diff options
Diffstat (limited to 'main/php_sprintf.c')
-rw-r--r-- | main/php_sprintf.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/php_sprintf.c b/main/php_sprintf.c index 9836fc79c3..c91d4da6c5 100644 --- a/main/php_sprintf.c +++ b/main/php_sprintf.c @@ -40,3 +40,11 @@ php_sprintf (char*s, const char* format, ...) } #endif /* BROKEN_SPRINTF */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim: sw=4 ts=4 tw=78 fdm=marker + */ |