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_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_lib.c') diff --git a/tests/test_lib.c b/tests/test_lib.c index 33076c2..e9361c4 100644 --- a/tests/test_lib.c +++ b/tests/test_lib.c @@ -1,5 +1,5 @@ -#include "test_harness.h" #include "kern/lib.h" +#include "test_harness.h" TEST(lib, hexify) { -- cgit