From: Derick Rethans Date: Mon, 17 Feb 2003 06:35:13 +0000 (+0000) Subject: - Style polizei X-Git-Tag: RELEASE_0_5~946 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=738d4f401f367c0878172a0a053890f686d0427e;p=php - Style polizei --- diff --git a/ext/standard/proc_open.c b/ext/standard/proc_open.c index 8a41253730..2848652fda 100644 --- a/ext/standard/proc_open.c +++ b/ext/standard/proc_open.c @@ -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);