summaryrefslogtreecommitdiff
path: root/ext/dom/domimplementationsource.c
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-01-03 01:22:58 -0800
committerStanislav Malyshev <stas@php.net>2015-01-10 15:07:38 -0800
commitb7a7b1a624c97945c0aaa49d46ae996fc0bdb6bc (patch)
tree0e09490075ee4f9a75a77ef4168d8ee254c52e5b /ext/dom/domimplementationsource.c
parent773c8b0c092a0e9ad5c5548815bcb9991d54d5c1 (diff)
downloadphp-git-b7a7b1a624c97945c0aaa49d46ae996fc0bdb6bc.tar.gz
trailing whitespace removal
Diffstat (limited to 'ext/dom/domimplementationsource.c')
-rw-r--r--ext/dom/domimplementationsource.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/dom/domimplementationsource.c b/ext/dom/domimplementationsource.c
index f3becc6454..30513d5b18 100644
--- a/ext/dom/domimplementationsource.c
+++ b/ext/dom/domimplementationsource.c
@@ -39,7 +39,7 @@ ZEND_END_ARG_INFO();
/* }}} */
/*
-* class domimplementationsource
+* class domimplementationsource
*
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMImplementationSource
* Since: DOM Level 3
@@ -55,7 +55,7 @@ const zend_function_entry php_dom_domimplementationsource_class_functions[] = {
/* {{{ proto domdomimplementation dom_domimplementationsource_get_domimplementation(string features);
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-getDOMImpl
-Since:
+Since:
*/
PHP_FUNCTION(dom_domimplementationsource_get_domimplementation)
{
@@ -65,7 +65,7 @@ PHP_FUNCTION(dom_domimplementationsource_get_domimplementation)
/* {{{ proto domimplementationlist dom_domimplementationsource_get_domimplementations(string features);
URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-getDOMImpls
-Since:
+Since:
*/
PHP_FUNCTION(dom_domimplementationsource_get_domimplementations)
{