diff options
author | Stanislav Malyshev <stas@php.net> | 2015-01-03 01:22:58 -0800 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2015-01-10 15:07:38 -0800 |
commit | b7a7b1a624c97945c0aaa49d46ae996fc0bdb6bc (patch) | |
tree | 0e09490075ee4f9a75a77ef4168d8ee254c52e5b /ext/dom/string_extend.c | |
parent | 773c8b0c092a0e9ad5c5548815bcb9991d54d5c1 (diff) | |
download | php-git-b7a7b1a624c97945c0aaa49d46ae996fc0bdb6bc.tar.gz |
trailing whitespace removal
Diffstat (limited to 'ext/dom/string_extend.c')
-rw-r--r-- | ext/dom/string_extend.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/dom/string_extend.c b/ext/dom/string_extend.c index 75680089a4..0c0c0914d3 100644 --- a/ext/dom/string_extend.c +++ b/ext/dom/string_extend.c @@ -38,10 +38,10 @@ ZEND_END_ARG_INFO(); /* }}} */ /* -* class domstringextend +* class domstringextend * * URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#i18n-methods-StringExtend -* Since: +* Since: */ const zend_function_entry php_dom_string_extend_class_functions[] = { @@ -54,7 +54,7 @@ const zend_function_entry php_dom_string_extend_class_functions[] = { /* {{{ proto int dom_string_extend_find_offset16(int offset32); URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#i18n-methods-StringExtend-findOffset16 -Since: +Since: */ PHP_FUNCTION(dom_string_extend_find_offset16) { @@ -64,7 +64,7 @@ PHP_FUNCTION(dom_string_extend_find_offset16) /* {{{ proto int dom_string_extend_find_offset32(int offset16); URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#i18n-methods-StringExtend-findOffset32 -Since: +Since: */ PHP_FUNCTION(dom_string_extend_find_offset32) { |