From bc76ae701b93a12d15b85f44fd2888a1427b4bba Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 5 Jun 2024 17:32:47 -0700 Subject: [PATCH] fix linter old-commit-hash: 260e18f0aedc3bdbf65b357948e6b5067a296439 --- selfdrive/pandad/spi.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/pandad/spi.cc b/selfdrive/pandad/spi.cc index e2bef203eb..f4882addf9 100644 --- a/selfdrive/pandad/spi.cc +++ b/selfdrive/pandad/spi.cc @@ -52,7 +52,7 @@ private: fn(fmt, ## __VA_ARGS__); \ fn(" %d / 0x%x / %d / %d", \ xfer_count, header.endpoint, header.tx_len, header.max_rx_len); \ - } while(0) + } while (0) PandaSpiHandle::PandaSpiHandle(std::string serial) : PandaCommsHandle(serial) { int ret;