]> granicus.if.org Git - php/commitdiff
Coding style
authorDavid Soria Parra <dsp@php.net>
Tue, 20 May 2008 13:28:31 +0000 (13:28 +0000)
committerDavid Soria Parra <dsp@php.net>
Tue, 20 May 2008 13:28:31 +0000 (13:28 +0000)
ext/soap/soap.c

index c6634a0ba5089c27029e739d5fdfdfedfb3d92ec..17abdfc32746d7aed9566d95818b00537e07a73f 100644 (file)
@@ -2851,8 +2851,9 @@ PHP_METHOD(SoapClient, SoapClient)
 
                if (zend_ascii_hash_find(ht, "connection_timeout", sizeof("connection_timeout"), (void**)&tmp) == SUCCESS) {
                        convert_to_long(*tmp);
-                       if(Z_LVAL_PP(tmp) >= 0) 
+                       if(Z_LVAL_PP(tmp) >= 0) {
                                client->connection_timeout = Z_LVAL_PP(tmp);
+                       }
                }
 
                if (context) {