diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2002-03-02 16:49:06 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2002-03-02 16:49:06 +0000 |
commit | 0558bc5b1c62e192aa914bf3fae0430d5b6bc6a1 (patch) | |
tree | 63d39d4bd0ac1d837918b8d693f2a761a4b5453e /ext/mcve/php_mcve.h | |
parent | bff90c71c1670df07b14b7f4056bc49c8a0b0e17 (diff) | |
download | php-git-0558bc5b1c62e192aa914bf3fae0430d5b6bc6a1.tar.gz |
tab/space mixture cleand up,
editor config comments added,
minor proto fixes
Diffstat (limited to 'ext/mcve/php_mcve.h')
-rw-r--r-- | ext/mcve/php_mcve.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/mcve/php_mcve.h b/ext/mcve/php_mcve.h index cac182c709..83e3c57200 100644 --- a/ext/mcve/php_mcve.h +++ b/ext/mcve/php_mcve.h @@ -87,3 +87,11 @@ PHP_FUNCTION(mcve_edituser); PHP_FUNCTION(mcve_liststats); #endif /* _PHP_MCVE_H */ +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: noet sw=4 ts=4 fdm=marker + * vim<600: noet sw=4 ts=4 + */ |