aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project
diff options
context:
space:
mode:
authorJohannes Schickel2015-12-12 06:50:32 +0100
committerJohannes Schickel2015-12-12 06:54:58 +0100
commit84ac8fa7354c4adfa7e2f8914cd564bc7f3927d6 (patch)
treefcd0b572330a070b96cd906fbc08f5849f4ccb8a /devtools/create_project
parente7f54aec7db6924c6c01b3c9d96a2e738decb421 (diff)
downloadscummvm-rg350-84ac8fa7354c4adfa7e2f8914cd564bc7f3927d6.tar.gz
scummvm-rg350-84ac8fa7354c4adfa7e2f8914cd564bc7f3927d6.tar.bz2
scummvm-rg350-84ac8fa7354c4adfa7e2f8914cd564bc7f3927d6.zip
DEVTOOLS: A few formatting fixes.
Diffstat (limited to 'devtools/create_project')
-rw-r--r--devtools/create_project/create_project.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/devtools/create_project/create_project.h b/devtools/create_project/create_project.h
index 459342a67d..1a28946315 100644
--- a/devtools/create_project/create_project.h
+++ b/devtools/create_project/create_project.h
@@ -23,8 +23,8 @@
#ifndef TOOLS_CREATE_PROJECT_H
#define TOOLS_CREATE_PROJECT_H
-#ifndef __has_feature // Optional of course.
- #define __has_feature(x) 0 // Compatibility with non-clang compilers.
+#ifndef __has_feature // Optional of course.
+#define __has_feature(x) 0 // Compatibility with non-clang compilers.
#endif
#include <map>