From 738d4f401f367c0878172a0a053890f686d0427e Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 17 Feb 2003 06:35:13 +0000 Subject: - Style polizei --- ext/standard/proc_open.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ext/standard/proc_open.c') 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); -- cgit v1.2.1