summaryrefslogtreecommitdiff
path: root/ext/ffi/php_ffi.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ffi/php_ffi.h')
-rw-r--r--ext/ffi/php_ffi.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/ffi/php_ffi.h b/ext/ffi/php_ffi.h
index 3c36e7258d..35b5127875 100644
--- a/ext/ffi/php_ffi.h
+++ b/ext/ffi/php_ffi.h
@@ -275,13 +275,3 @@ void zend_ffi_val_string(zend_ffi_val *val, const char *str, size_t str_len);
void zend_ffi_val_character(zend_ffi_val *val, const char *str, size_t str_len);
#endif /* PHP_FFI_H */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * indent-tabs-mode: t
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */