diff options
Diffstat (limited to 'Zend/zend_ts_hash.c')
-rw-r--r-- | Zend/zend_ts_hash.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Zend/zend_ts_hash.c b/Zend/zend_ts_hash.c index 78bb324aec..74f1f3d614 100644 --- a/Zend/zend_ts_hash.c +++ b/Zend/zend_ts_hash.c @@ -16,6 +16,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include "zend_ts_hash.h" @@ -353,3 +354,11 @@ void zend_ts_hash_display(TsHashTable *ht) end_read(ht); } #endif + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ |