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

index 6801467d13efc8603097087ae511fa9061b48dc9..029024b7541b4d8511c9f55ab0e21c3fe0e19217 100644 (file)
@@ -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();
                }
        }