Cleanup of previous commit
[citadel.git] / webcit / webcit.c
index 603ac60cfd2777e149a9753ab8450fe89ce7084e..8f930f1cbc8e66763b784e96e324b7a53cda806d 100644 (file)
@@ -647,8 +647,7 @@ void session_loop(void)
        }
 
        /*
-        * If we're not connected to a Citadel server, try to hook up the
-        * connection now.
+        * If we're not connected to a Citadel server, try to hook up the connection now.
         */
        if (!WCC->connected) {
                if (GetConnected()) {
@@ -666,7 +665,6 @@ void session_loop(void)
                }
        }
 
-
        /*
         * If we're not logged in, but we have authentication data (either from
         * a cookie or from http-auth), try logging in to Citadel using that.