summaryrefslogtreecommitdiff
path: root/Zend/zend_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_hash.c')
-rw-r--r--Zend/zend_hash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_hash.c b/Zend/zend_hash.c
index f641558d4f..59a2e9d4f3 100644
--- a/Zend/zend_hash.c
+++ b/Zend/zend_hash.c
@@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
#include "zend.h"
@@ -1320,5 +1321,6 @@ void zend_hash_display(HashTable *ht)
* Local variables:
* tab-width: 4
* c-basic-offset: 4
+ * indent-tabs-mode: t
* End:
*/