Skip to content

Commit a761251

Browse files
committed
tests: fix header guard format
1 parent 9dfef60 commit a761251

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/framac_stubs.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef SPNG_FRAMAC_STUBS_H
2-
#define SPNG_FRAMAC_STUBS_H
1+
#ifndef FRAMAC_STUBS_H
2+
#define FRAMAC_STUBS_H
33

44
#include <stddef.h>
55

@@ -86,4 +86,4 @@ unsigned long crc32(unsigned long crc, const unsigned char *buf, unsigned int le
8686
return crc+len;
8787
}
8888

89-
#endif /* SPNG_FRAMAC_STUBS_H */
89+
#endif /* FRAMAC_STUBS_H */

0 commit comments

Comments
 (0)