- Fixed header include guards

This commit is contained in:
2025-12-05 10:30:03 -05:00
parent 7f1dd245dc
commit a2abb58705
26 changed files with 82 additions and 82 deletions

View File

@@ -28,8 +28,8 @@
///
///
#ifndef FENNEC_LANG_STRINGS_DETAIL_FORMAT_H
#define FENNEC_LANG_STRINGS_DETAIL_FORMAT_H
#ifndef FENNEC_FORMAT_DETAIL_FORMAT_H
#define FENNEC_FORMAT_DETAIL_FORMAT_H
#include <fennec/memory/pointers.h>
#include <fennec/format/formatter.h>
@@ -147,4 +147,4 @@ constexpr bool _isfmt_f(char c) {
}
#endif // FENNEC_LANG_STRINGS_DETAIL_FORMAT_H
#endif // FENNEC_FORMAT_DETAIL_FORMAT_H