]> granicus.if.org Git - php/commitdiff
CS changes
authorAntony Dovgal <tony2001@php.net>
Thu, 9 Dec 2004 17:16:33 +0000 (17:16 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 9 Dec 2004 17:16:33 +0000 (17:16 +0000)
ext/session/session.c

index 19df3677b53fb68a44ca3fd16e63870bd5ddec7f..a41fe8ccb1fcb14c30b41700f005cd1293ce9946 100644 (file)
@@ -1336,8 +1336,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();
                }
                
@@ -1345,8 +1344,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();
                }
        }