- Fixed header include guards
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
///
|
||||
///
|
||||
|
||||
#ifndef FENNEC_TEST_LANGPROC_FORMAT_H
|
||||
#define FENNEC_TEST_LANGPROC_FORMAT_H
|
||||
#ifndef FENNEC_TEST_FORMAT_H
|
||||
#define FENNEC_TEST_FORMAT_H
|
||||
|
||||
#include "../test.h"
|
||||
#include <fennec/format/format.h>
|
||||
@@ -80,4 +80,4 @@ inline void fennec_test_format() {
|
||||
|
||||
}
|
||||
|
||||
#endif // FENNEC_TEST_LANGPROC_FORMAT_H
|
||||
#endif // FENNEC_TEST_FORMAT_H
|
||||
|
||||
Reference in New Issue
Block a user