loadtest: small file cleanup
authorArt Cancro <ajc@citadel.org>
Fri, 6 Oct 2023 03:31:54 +0000 (23:31 -0400)
committerArt Cancro <ajc@citadel.org>
Fri, 6 Oct 2023 03:31:54 +0000 (23:31 -0400)
citadel/utils/loadtest.c

index 34ea27b88f344ba1fd2cd2689bc19a2c52eb046c..2d62d98ac1a7c96759dc0b2cf313d88971315eb4 100644 (file)
@@ -198,7 +198,6 @@ void serv_puts(int serv_sock, char *buf) {
 }
 
 
-
 char *random_rooms[] = {
        "Load Testing Test Room One",
        "Load Test 2: Electric Boogaloo",
@@ -411,6 +410,5 @@ int main(int argc, char **argv) {
 
        }
        loadtest(NULL);
-
        return(0);
-}
+}
\ No newline at end of file