]> granicus.if.org Git - php/commitdiff
WS
authorIlia Alshanetsky <iliaa@php.net>
Mon, 29 Jun 2009 12:40:46 +0000 (12:40 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 29 Jun 2009 12:40:46 +0000 (12:40 +0000)
ext/standard/streamsfuncs.c

index 6a46019c39dc0a855096ca3e4ae3b000c5f771c0..43182c80304bb24bf9d74db9205cafb61e923916 100644 (file)
@@ -114,7 +114,7 @@ PHP_FUNCTION(stream_socket_client)
        tv.tv_sec = conv / 1000000;
        tv.tv_usec = conv % 1000000;
 
-       if (zerrno)     {
+       if (zerrno) {
                zval_dtor(zerrno);
                ZVAL_LONG(zerrno, 0);
        }
@@ -155,11 +155,11 @@ PHP_FUNCTION(stream_socket_client)
                }
                RETURN_FALSE;
        }
-       
+
        if (errstr) {
                efree(errstr);
        }
-       
+
        php_stream_to_zval(stream, return_value);
 
        if (zcontext) {