From 84ac8fa7354c4adfa7e2f8914cd564bc7f3927d6 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 12 Dec 2015 06:50:32 +0100 Subject: DEVTOOLS: A few formatting fixes. --- devtools/convbdf.cpp | 2 +- devtools/create_project/create_project.h | 4 ++-- devtools/create_translations/create_translations.h | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'devtools') 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 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 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 */ -- cgit v1.2.3