Add newline to end of ptest.h

This commit is contained in:
Julian de Bhal
2016-11-12 15:01:15 +10:00
parent f0260810f0
commit 00c69094f4

View File

@@ -18,4 +18,5 @@ void pt_add_test(void (*func)(void), const char* name, const char* suite);
void pt_add_suite(void (*func)(void)); void pt_add_suite(void (*func)(void));
int pt_run(void); int pt_run(void);
#endif #endif