diff options
Diffstat (limited to 'ext/rpc/skeleton/php_skeleton.h')
| -rw-r--r-- | ext/rpc/skeleton/php_skeleton.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ext/rpc/skeleton/php_skeleton.h b/ext/rpc/skeleton/php_skeleton.h index e591b90b13..a1e8a84bc4 100644 --- a/ext/rpc/skeleton/php_skeleton.h +++ b/ext/rpc/skeleton/php_skeleton.h @@ -22,4 +22,12 @@ extern zend_module_entry skeleton_module_entry; #define phpext_skeleton_ptr &skeleton_module_entry -#endif /* PHP_SKELETON_H */
\ No newline at end of file +/* + * Local variables: + * c-basic-offset: 4 + * tab-width: 4 + * End: + * vim600: fdm=marker + * vim: sw=4 ts=4 noet + */ +#endif /* PHP_SKELETON_H */ |
