summaryrefslogtreecommitdiff
path: root/Zend/zend_indent.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_indent.c')
-rw-r--r--Zend/zend_indent.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/Zend/zend_indent.c b/Zend/zend_indent.c
index 7c56e6aaaf..d036bfdfeb 100644
--- a/Zend/zend_indent.c
+++ b/Zend/zend_indent.c
@@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
/* This indenter doesn't really work, it's here for no particular reason. */
@@ -145,3 +146,11 @@ dflt_printout:
token.type = 0;
}
}
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ */