aboutsummaryrefslogtreecommitdiff
path: root/devtools
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
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')
-rw-r--r--devtools/convbdf.cpp2
-rw-r--r--devtools/create_project/create_project.h4
-rw-r--r--devtools/create_translations/create_translations.h6
3 files changed, 6 insertions, 6 deletions
diff --git a/devtools/convbdf.cpp b/devtools/convbdf.cpp
index 6852fc2f9a..59ea5cc4e5 100644
--- a/devtools/convbdf.cpp
+++ b/devtools/convbdf.cpp
@@ -21,7 +21,7 @@
*/
#ifndef __has_feature // Optional of course.
- #define __has_feature(x) 0 // Compatibility with non-clang compilers.
+#define __has_feature(x) 0 // Compatibility with non-clang compilers.
#endif
#include <fstream>
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>
diff --git a/devtools/create_translations/create_translations.h b/devtools/create_translations/create_translations.h
index 34a79913ac..e87e3923c3 100644
--- a/devtools/create_translations/create_translations.h
+++ b/devtools/create_translations/create_translations.h
@@ -26,10 +26,10 @@
typedef unsigned char uint8;
typedef unsigned short uint16;
typedef unsigned int uint32;
-typedef signed short int16;
+typedef signed short int16;
-#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
#endif /* CREATE_TRANSLATIONS_H */