summaryrefslogtreecommitdiff
path: root/ext/dom/xml_common.h
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-08-14 08:39:05 +0000
committerAntony Dovgal <tony2001@php.net>2008-08-14 08:39:05 +0000
commite18b1c00b67e2f7040adf981e34a8dd7c90ac341 (patch)
treefae771a722df50636631aee7badbc0bdd8464483 /ext/dom/xml_common.h
parentfcf11ba65e59fcce72a91fcb14a54d2c12698197 (diff)
downloadphp-git-e18b1c00b67e2f7040adf981e34a8dd7c90ac341.tar.gz
MFH: fix ws, cs and folding
Diffstat (limited to 'ext/dom/xml_common.h')
-rw-r--r--ext/dom/xml_common.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/dom/xml_common.h b/ext/dom/xml_common.h
index 2b01930145..4739a0921b 100644
--- a/ext/dom/xml_common.h
+++ b/ext/dom/xml_common.h
@@ -95,3 +95,12 @@ PHP_DOM_EXPORT xmlNodePtr dom_object_get_node(dom_object *obj);
DOM_GET_OBJ(__ptr, __id, __prtype, __intern);
#endif
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: noet sw=4 ts=4 fdm=marker
+ * vim<600: noet sw=4 ts=4
+ */