summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_operators.c')
-rw-r--r--Zend/zend_operators.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c
index b526e454a5..5374bfb4e7 100644
--- a/Zend/zend_operators.c
+++ b/Zend/zend_operators.c
@@ -17,6 +17,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#include <ctype.h>
#include "zend.h"
@@ -1783,4 +1785,12 @@ ZEND_API void zend_locale_sprintf_double(zval *op ZEND_FILE_LINE_DC)
*p = EG(float_separator)[0];
}
}
-} \ No newline at end of file
+}
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ */