From: Dmitry Stogov Date: Wed, 20 Apr 2005 08:43:53 +0000 (+0000) Subject: space -> tab X-Git-Tag: php-5.0.5RC1~404 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a635c7c8993018c34e3ade286cc51c7cd247895;p=php space -> tab --- diff --git a/ext/soap/soap.c b/ext/soap/soap.c index aaa062429b..42fd649716 100644 --- a/ext/soap/soap.c +++ b/ext/soap/soap.c @@ -3412,7 +3412,7 @@ static xmlDocPtr serialize_response_call(sdlFunctionPtr function, char *function } if (fault && fault->details && zend_hash_num_elements(fault->details) == 1) { xmlNodePtr node; - zval *detail = NULL; + zval *detail = NULL; sdlParamPtr sparam; xmlNodePtr x;