Skip to content

Commit

Permalink
DEVTOOLS: A few formatting fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schickel committed Dec 12, 2015
1 parent e7f54ae commit 84ac8fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion devtools/convbdf.cpp
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions devtools/create_project/create_project.h
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions devtools/create_translations/create_translations.h
Expand Up @@ -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 */

0 comments on commit 84ac8fa

Please sign in to comment.