minor: macros should not end with underscore(s)

This commit is contained in:
sg
2016-08-08 21:47:20 +02:00
parent 1631307bb3
commit a2fd68098e
13 changed files with 31 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
#ifndef LWIP_HDR_LWIP_CHECK_H__
#define LWIP_HDR_LWIP_CHECK_H__
#ifndef LWIP_HDR_LWIP_CHECK_H
#define LWIP_HDR_LWIP_CHECK_H
/* Common header file for lwIP unit tests using the check framework */
@@ -34,4 +34,4 @@ Suite* create_suite(const char* name, testfunc *tests, size_t num_tests, SFun se
int lwip_unittests_run(void)
#endif
#endif /* LWIP_HDR_LWIP_CHECK_H__ */
#endif /* LWIP_HDR_LWIP_CHECK_H */