diff options
| author | Anatol Belski <ab@php.net> | 2017-07-09 11:35:55 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2017-07-09 15:07:23 +0200 |
| commit | 384f0f8a4c91c3fa1c2de4786f971197a0d52ee7 (patch) | |
| tree | c7e5163c222da871a5f2ecc43b57e67152175553 /main/explicit_bzero.c | |
| parent | e870edb1eebb1869fec62f76e4d0aed1448a5a18 (diff) | |
| download | php-git-384f0f8a4c91c3fa1c2de4786f971197a0d52ee7.tar.gz | |
sync vim mode lines in main
Diffstat (limited to 'main/explicit_bzero.c')
| -rw-r--r-- | main/explicit_bzero.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/explicit_bzero.c b/main/explicit_bzero.c index 6bea9e3df2..e99e082e6d 100644 --- a/main/explicit_bzero.c +++ b/main/explicit_bzero.c @@ -41,3 +41,11 @@ PHPAPI void php_explicit_bzero(void *dst, size_t siz) __explicit_bzero_hook(dst, siz); } #endif +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 + */ |
