From: Antony Dovgal Date: Thu, 9 Dec 2004 17:16:57 +0000 (+0000) Subject: CS changes X-Git-Tag: php-4.3.10~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aea9676eb0416f5e1326f5555e1bf93068e18c9b;p=php CS changes --- diff --git a/ext/session/session.c b/ext/session/session.c index 6801467d13..029024b754 100644 --- a/ext/session/session.c +++ b/ext/session/session.c @@ -1224,8 +1224,7 @@ PHP_FUNCTION(session_module_name) if (PS(mod) && PS(mod)->s_name) { RETVAL_STRING(safe_estrdup(PS(mod)->s_name), 0); - } - else { + } else { RETVAL_EMPTY_STRING(); } @@ -1233,8 +1232,7 @@ PHP_FUNCTION(session_module_name) } else { if (PS(mod) && PS(mod)->s_name) { RETURN_STRING(safe_estrdup(PS(mod)->s_name), 0); - } - else { + } else { RETURN_EMPTY_STRING(); } }