DEVTOOLS: A few formatting fixes.

This commit is contained in:
Johannes Schickel 2015-12-12 06:50:32 +01:00
parent e7f54aec7d
commit 84ac8fa735
3 changed files with 6 additions and 6 deletions

View file

@ -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>