diff options
author | Zeev Suraski <zeev@php.net> | 2001-08-11 17:03:37 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-08-11 17:03:37 +0000 |
commit | c0404f46311e5b519dc51697e181bb39ca8d09d2 (patch) | |
tree | 291959f75d7b2a3f3e171830ed6eea76b5d98b4d /ext/standard/php_filestat.h | |
parent | f6f6c4d7e63d2eaf4ece7aee66f46a013b29bffa (diff) | |
download | php-git-c0404f46311e5b519dc51697e181bb39ca8d09d2.tar.gz |
Whitespace
Diffstat (limited to 'ext/standard/php_filestat.h')
-rw-r--r-- | ext/standard/php_filestat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/php_filestat.h b/ext/standard/php_filestat.h index 56f6e1bf52..d88421d951 100644 --- a/ext/standard/php_filestat.h +++ b/ext/standard/php_filestat.h @@ -53,7 +53,7 @@ PHP_FUNCTION(clearstatcache); #define MAKE_LONG_ZVAL_INCREF(name, val)\ MAKE_STD_ZVAL(name); \ - ZVAL_LONG(name,val); \ + ZVAL_LONG(name, val); \ name->refcount++; #ifdef PHP_WIN32 @@ -68,7 +68,7 @@ PHP_FUNCTION(clearstatcache); #define S_IXOTH S_IEXEC #undef getgid -#define getgroups(a,b) 0 +#define getgroups(a, b) 0 #define getgid() 1 #define getuid() 1 #endif |