summaryrefslogtreecommitdiff
path: root/ext/xsl/xsl_fe.h
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-10-06 21:28:50 +0000
committerAntony Dovgal <tony2001@php.net>2007-10-06 21:28:50 +0000
commitca4c55ad3a673257925bd9b458683c4f0e60e755 (patch)
tree22b098ba954617b791988925d0b2c190221b0d6a /ext/xsl/xsl_fe.h
parent732f54a65cf874b6dfcd505964a0606443c319da (diff)
downloadphp-git-ca4c55ad3a673257925bd9b458683c4f0e60e755.tar.gz
MFH: fix ws & folding, nuke unused vars
Diffstat (limited to 'ext/xsl/xsl_fe.h')
-rw-r--r--ext/xsl/xsl_fe.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/xsl/xsl_fe.h b/ext/xsl/xsl_fe.h
index 46705a265c..c005b036b1 100644
--- a/ext/xsl/xsl_fe.h
+++ b/ext/xsl/xsl_fe.h
@@ -35,3 +35,12 @@ PHP_FUNCTION(xsl_xsltprocessor_has_exslt_support);
PHP_FUNCTION(xsl_xsltprocessor_register_php_functions);
PHP_FUNCTION(xsl_xsltprocessor_set_profiling);
#endif
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */