diff options
author | Johannes Schickel | 2015-12-12 06:50:22 +0100 |
---|---|---|
committer | Johannes Schickel | 2015-12-12 06:54:58 +0100 |
commit | e7f54aec7db6924c6c01b3c9d96a2e738decb421 (patch) | |
tree | 4908ad0537b40d453585f60287e5999212fc86b7 /common | |
parent | 410b5f3d342e1e2e4b06c8c7ae219212d2e5426f (diff) | |
download | scummvm-rg350-e7f54aec7db6924c6c01b3c9d96a2e738decb421.tar.gz scummvm-rg350-e7f54aec7db6924c6c01b3c9d96a2e738decb421.tar.bz2 scummvm-rg350-e7f54aec7db6924c6c01b3c9d96a2e738decb421.zip |
COMMON: A few formatting fixes.
Diffstat (limited to 'common')
-rw-r--r-- | common/scummsys.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/common/scummsys.h b/common/scummsys.h index b8cf7678a4..7c2978f173 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -23,8 +23,8 @@ #ifndef COMMON_SCUMMSYS_H #define COMMON_SCUMMSYS_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 // This is a convenience macro to test whether the compiler used is a GCC @@ -367,11 +367,11 @@ #endif #ifndef STRINGBUFLEN - #if defined(__N64__) || defined(__DS__) - #define STRINGBUFLEN 256 - #else - #define STRINGBUFLEN 1024 - #endif + #if defined(__N64__) || defined(__DS__) + #define STRINGBUFLEN 256 + #else + #define STRINGBUFLEN 1024 + #endif #endif #ifndef MAXPATHLEN |