mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-16 18:03:44 +08:00
minor: macros should not end with underscore(s)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user