summaryrefslogtreecommitdiff
path: root/src/misc/array.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/array.hpp')
-rw-r--r--src/misc/array.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/misc/array.hpp b/src/misc/array.hpp
index e6850d665..3434ca21f 100644
--- a/src/misc/array.hpp
+++ b/src/misc/array.hpp
@@ -9,8 +9,8 @@
/** @file array.hpp Array without an explicit maximum size. */
-#ifndef ARRAY_HPP
-#define ARRAY_HPP
+#ifndef ARRAY_HPP
+#define ARRAY_HPP
#include "fixedsizearray.hpp"
#include "str.hpp"