From 00c69094f436eaec960d85728ce1328852a2d70a Mon Sep 17 00:00:00 2001 From: Julian de Bhal Date: Sat, 12 Nov 2016 15:01:15 +1000 Subject: [PATCH] Add newline to end of ptest.h --- tests/ptest.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/ptest.h b/tests/ptest.h index 43ca3b5..ece3d0d 100644 --- a/tests/ptest.h +++ b/tests/ptest.h @@ -18,4 +18,5 @@ void pt_add_test(void (*func)(void), const char* name, const char* suite); void pt_add_suite(void (*func)(void)); int pt_run(void); -#endif \ No newline at end of file +#endif +