summaryrefslogtreecommitdiff
path: root/src/misc/binaryheap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/binaryheap.hpp')
-rw-r--r--src/misc/binaryheap.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/misc/binaryheap.hpp b/src/misc/binaryheap.hpp
index f7aedfc0a..c0aee7f2d 100644
--- a/src/misc/binaryheap.hpp
+++ b/src/misc/binaryheap.hpp
@@ -9,8 +9,8 @@
/** @file binaryheap.hpp Binary heap implementation. */
-#ifndef BINARYHEAP_HPP
-#define BINARYHEAP_HPP
+#ifndef BINARYHEAP_HPP
+#define BINARYHEAP_HPP
#include "../core/alloc_func.hpp"