diff options
author | Stanislav Malyshev <stas@php.net> | 2015-01-03 01:22:58 -0800 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2015-01-10 15:07:38 -0800 |
commit | b7a7b1a624c97945c0aaa49d46ae996fc0bdb6bc (patch) | |
tree | 0e09490075ee4f9a75a77ef4168d8ee254c52e5b /ext/skeleton/skeleton.c | |
parent | 773c8b0c092a0e9ad5c5548815bcb9991d54d5c1 (diff) | |
download | php-git-b7a7b1a624c97945c0aaa49d46ae996fc0bdb6bc.tar.gz |
trailing whitespace removal
Diffstat (limited to 'ext/skeleton/skeleton.c')
-rw-r--r-- | ext/skeleton/skeleton.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/skeleton/skeleton.c b/ext/skeleton/skeleton.c index d432f1c3df..0e90dc0760 100644 --- a/ext/skeleton/skeleton.c +++ b/ext/skeleton/skeleton.c @@ -49,9 +49,9 @@ PHP_FUNCTION(confirm_extname_compiled) efree(strg); } /* }}} */ -/* The previous line is meant for vim and emacs, so it can correctly fold and - unfold functions in source code. See the corresponding marks just before - function definition, where the functions purpose is also documented. Please +/* The previous line is meant for vim and emacs, so it can correctly fold and + unfold functions in source code. See the corresponding marks just before + function definition, where the functions purpose is also documented. Please follow this convention for the convenience of others editing your code. */ @@ -72,7 +72,7 @@ static void php_extname_init_globals(zend_extname_globals *extname_globals) */ PHP_MINIT_FUNCTION(extname) { - /* If you have INI entries, uncomment these lines + /* If you have INI entries, uncomment these lines REGISTER_INI_ENTRIES(); */ return SUCCESS; |