aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-26 18:42:07 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-26 18:42:07 +0200
commit6dd9ee4b46aa33586f5fb2d41acc929dacc0baec (patch)
tree2a13845402399f9b15fa44f9325bcc135735f54d
parent791249d73b3105d8602de5ffbdbb924bc47d179d (diff)
`make format`
-rw-r--r--test/pbdrv/mem.cpp1
-rw-r--r--test/pbdrv/mod.c1
-rw-r--r--test/pbdrv/send.cpp1
3 files changed, 0 insertions, 3 deletions
diff --git a/test/pbdrv/mem.cpp b/test/pbdrv/mem.cpp
index 6836852..6bfb6ec 100644
--- a/test/pbdrv/mem.cpp
+++ b/test/pbdrv/mem.cpp
@@ -8,4 +8,3 @@ TEST(pb_mem, all) {
pb_free(chunk);
}
-
diff --git a/test/pbdrv/mod.c b/test/pbdrv/mod.c
index 81cd459..12b304c 100644
--- a/test/pbdrv/mod.c
+++ b/test/pbdrv/mod.c
@@ -9,4 +9,3 @@ const i2c_addr_t PB_MOD_ADDR = 0x00;
void pb_i2c_send(i2c_addr_t addr, const uint8_t * buf, size_t sz) {
printf("[0x%02x]: buf[%lu]\n", addr & 0x7f, sz);
}
-
diff --git a/test/pbdrv/send.cpp b/test/pbdrv/send.cpp
index 7562ca4..9788766 100644
--- a/test/pbdrv/send.cpp
+++ b/test/pbdrv/send.cpp
@@ -73,4 +73,3 @@ TEST(pb_send_rw, cmd_magic_req) {
pb_msg_free(msg);
}
-