diff options
Diffstat (limited to 'ext/standard/pack.c')
-rw-r--r-- | ext/standard/pack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/pack.c b/ext/standard/pack.c index 7319997c3c..b114131a4f 100644 --- a/ext/standard/pack.c +++ b/ext/standard/pack.c @@ -863,10 +863,10 @@ PHP_MINIT_FUNCTION(pack) return SUCCESS; } - - /* * Local variables: * tab-width: 4 + * c-basic-offset: 4 * End: + * vim: sw=4 ts=4 tw=78 fdm=marker */ |