diff options
author | Joe George <joe@zeroc.com> | 2016-06-29 11:16:14 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-06-29 11:26:52 -0400 |
commit | 9d5e62c9d1c721b4fc116a5108c81162d2df8c9d (patch) | |
tree | 75b9b27e786bb64c3ffbc1fe0565dda531af2d54 /php/src | |
parent | Reduced number of symbols exported by generated code with MSVC (diff) | |
download | ice-9d5e62c9d1c721b4fc116a5108c81162d2df8c9d.tar.bz2 ice-9d5e62c9d1c721b4fc116a5108c81162d2df8c9d.tar.xz ice-9d5e62c9d1c721b4fc116a5108c81162d2df8c9d.zip |
Whitespace cleanup - tabs to spaces
Diffstat (limited to 'php/src')
-rw-r--r-- | php/src/php5/Config.h | 2 | ||||
-rw-r--r-- | php/src/php7/Config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/php/src/php5/Config.h b/php/src/php5/Config.h index 0c18832f642..8df1b6099f3 100644 --- a/php/src/php5/Config.h +++ b/php/src/php5/Config.h @@ -39,7 +39,7 @@ extern "C" #ifdef _WIN32 # pragma warning( disable : 4018) // suppress signed/unsigned mismatch in zend_execute.h (PHP 5.3.x) #elif defined(__GNUC__) -# pragma GCC diagnostic warning "-Wsign-compare" +# pragma GCC diagnostic warning "-Wsign-compare" #endif #ifdef _WIN64 diff --git a/php/src/php7/Config.h b/php/src/php7/Config.h index 3a19e5b7def..5d2ce5e0b91 100644 --- a/php/src/php7/Config.h +++ b/php/src/php7/Config.h @@ -39,7 +39,7 @@ extern "C" #ifdef _WIN32 # pragma warning( disable : 4018) // suppress signed/unsigned mismatch in zend_execute.h (PHP 5.3.x) #elif defined(__GNUC__) -# pragma GCC diagnostic warning "-Wsign-compare" +# pragma GCC diagnostic warning "-Wsign-compare" #endif #ifdef _WIN64 |