diff options
Diffstat (limited to 'ext/standard/pageinfo.c')
-rw-r--r-- | ext/standard/pageinfo.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/standard/pageinfo.c b/ext/standard/pageinfo.c index d25e7666a2..3f6fb09f8b 100644 --- a/ext/standard/pageinfo.c +++ b/ext/standard/pageinfo.c @@ -123,3 +123,11 @@ PHP_FUNCTION(getlastmod) } } /* }}} */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim: sw=4 ts=4 tw=78 fdm=marker + */ |