Code formatting
authorRafał Długołęcki <rafal@dlugolecki.net.pl>
Mon, 25 Jan 2016 00:06:01 +0000 (01:06 +0100)
committerRafał Długołęcki <rafal@dlugolecki.net.pl>
Mon, 25 Jan 2016 00:06:01 +0000 (01:06 +0100)
src/net/lognet.cpp

index 4109c1dff066d38313819aa640d4ec132a9812f8..5d56a47e5ef618687a34be07192a12da851ecd6e 100644 (file)
@@ -845,8 +845,7 @@ void NETMOD::propagate_msg(MESSAGE *msg)
                if (msg->param.pword[1] == MSG_INT) {
                        send_to_int(msg);
                } else {
-                       sprintf(ss, "Not connected to Node %d",
-                                                       msg->param.pword[4]);  
+                       sprintf(ss, "Not connected to Node %d", msg->param.pword[4]);
                        write_at_console(ss);
                }
        }