summaryrefslogtreecommitdiff
path: root/ext/dom/php_dom.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/php_dom.h
parentfcf11ba65e59fcce72a91fcb14a54d2c12698197 (diff)
downloadphp-git-e18b1c00b67e2f7040adf981e34a8dd7c90ac341.tar.gz
MFH: fix ws, cs and folding
Diffstat (limited to 'ext/dom/php_dom.h')
-rw-r--r--ext/dom/php_dom.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/dom/php_dom.h b/ext/dom/php_dom.h
index 60117d4680..75af0a9de6 100644
--- a/ext/dom/php_dom.h
+++ b/ext/dom/php_dom.h
@@ -154,3 +154,12 @@ PHP_MSHUTDOWN_FUNCTION(dom);
PHP_MINFO_FUNCTION(dom);
#endif /* PHP_DOM_H */
+
+/*
+ * 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
+ */