aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/util/Private.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-30 16:42:21 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-30 16:42:21 +0100
commit9eff2e24fa4cf0ffad2b47cc922a6558bc1a9fa1 (patch)
treee673cba5f221523d37f51b67a155abfc0c415eb3 /src/crepe/util/Private.h
parentf7d70abf3fee5933034d93f594f898849c5273ad (diff)
`make format`
Diffstat (limited to 'src/crepe/util/Private.h')
-rw-r--r--src/crepe/util/Private.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/crepe/util/Private.h b/src/crepe/util/Private.h
index 6dd28bb..62a2e1a 100644
--- a/src/crepe/util/Private.h
+++ b/src/crepe/util/Private.h
@@ -1,7 +1,7 @@
#pragma once
-#include <typeindex>
#include <functional>
+#include <typeindex>
namespace crepe {
@@ -28,7 +28,6 @@ private:
void * instance = nullptr;
};
-}
+} // namespace crepe
#include "Private.hpp"
-