summaryrefslogtreecommitdiff
path: root/libadhocutil/definedDirs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libadhocutil/definedDirs.h')
-rw-r--r--libadhocutil/definedDirs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libadhocutil/definedDirs.h b/libadhocutil/definedDirs.h
index accb663..d746891 100644
--- a/libadhocutil/definedDirs.h
+++ b/libadhocutil/definedDirs.h
@@ -4,7 +4,7 @@
#include <filesystem>
#ifndef ROOT
-#error "ROOT needs to be defined at compilation time"
+# error "ROOT needs to be defined at compilation time"
#endif
#define XSTR(s) STR(s)
@@ -14,4 +14,3 @@ const std::filesystem::path binDir = selfExe.parent_path();
const std::filesystem::path rootDir(XSTR(ROOT));
#endif
-