header file #endif guard middle program once style consistency

This commit is contained in:
Darryl L. Miles
2025-07-29 10:50:32 -04:00
committed by R. Timothy Edwards
parent d55a2b74ac
commit 2db18509c5
6 changed files with 19 additions and 19 deletions
+8 -8
View File
@@ -25,21 +25,21 @@
#ifndef _MAGIC__DATABASE__DATABASE_H
#define _MAGIC__DATABASE__DATABASE_H
#ifndef _TILES_H
#ifndef _MAGIC__TILES__TILE_H
#include "tiles/tile.h"
#endif /* _TILES_H */
#endif
#ifndef _HASH_H
#ifndef _MAGIC__UTILS__HASH_H
#include "utils/hash.h"
#endif /* _HASH_H */
#endif
#ifndef _STACK_H
#ifndef _MAGIC__UTILS__STACK_H
#include "utils/stack.h"
#endif /* _STACK_H */
#endif
#ifndef _BPLANE_H
#ifndef _MAGIC__BPLANE__BPLANE_H
#include "bplane/bplane.h"
#endif /* _BPLANE_H */
#endif
/* ----------------------- Tunable constants -------------------------- */
+2 -2
View File
@@ -13,9 +13,9 @@
#ifndef _MAGIC__DATABASE__FONTS_H
#define _MAGIC__DATABASE__FONTS_H
#ifndef _TILES_H
#ifndef _MAGIC__TILES__TILE_H
#include "tiles/tile.h"
#endif /* _TILES_H */
#endif
/* ---------------------------- Fonts --------------------------------- */