From 351ff7059a5bacb322664412a8c62ee4640b33bf Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 24 Nov 2020 14:03:19 -0700 Subject: Update .clang-format and run it on filse --- tests/test_spi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/test_spi.c') diff --git a/tests/test_spi.c b/tests/test_spi.c index cc25d6e..866f6e8 100644 --- a/tests/test_spi.c +++ b/tests/test_spi.c @@ -1,6 +1,5 @@ -#include "test_harness.h" - #include "arch/stm32l4xxx/peripherals/spi.h" +#include "test_harness.h" TEST(spi, smoke) { -- cgit