]> granicus.if.org Git - php/commitdiff
- Style polizei
authorDerick Rethans <derick@php.net>
Mon, 17 Feb 2003 06:35:13 +0000 (06:35 +0000)
committerDerick Rethans <derick@php.net>
Mon, 17 Feb 2003 06:35:13 +0000 (06:35 +0000)
ext/standard/proc_open.c

index 8a4125373049ae3416d7d19e9406b315c0a1d252..2848652fdacc8973fd514b70cc022fb35f5ea3b1 100644 (file)
@@ -485,7 +485,9 @@ PHP_FUNCTION(proc_open)
                RETURN_FALSE;
        }
 
-       if (cwd_len==0) cwd = NULL;
+       if (cwd_len==0) {
+               cwd = NULL;
+       }
 
        if (environment) {
                env = _php_array_to_envp(environment, is_persistent TSRMLS_CC);