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

index cff31696afc245fa1e4f760dc605c1f062df7d89..26181a87ddf73f331bdfd284f109ced86360935a 100644 (file)
@@ -1339,8 +1339,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();
                }
                
@@ -1348,8 +1347,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();
                }
        }