From: Rafał Długołęcki Date: Mon, 25 Jan 2016 00:06:01 +0000 (+0100) Subject: Code formatting X-Git-Tag: 3.4-b1~52 X-Git-Url: https://git.dlugolecki.net.pl/?p=vlp.git;a=commitdiff_plain;h=083f50dc38febc5b083007be9392cf272111fcf9 Code formatting --- diff --git a/src/net/lognet.cpp b/src/net/lognet.cpp index 4109c1d..5d56a47 100644 --- a/src/net/lognet.cpp +++ b/src/net/lognet.cpp @@ -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); } }