]> git.tdb.fi Git - libs/net.git/blobdiff - source/communicator.h
Style update: spaces around assignments
[libs/net.git] / source / communicator.h
index 865e05dcfe429b4e28a05eb11b180b394771f233..4bd5409c72587dfc9dbe9b98e43e04b0bbdf5d27 100644 (file)
@@ -35,7 +35,7 @@ public:
        {
                if(handshake_status!=2)
                        throw InvalidState("Handshaking is not done");
-               unsigned size=protocol.assemble(pkt, out_buf, buf_size);
+               unsigned size = protocol.assemble(pkt, out_buf, buf_size);
                socket.write(out_buf, size);
        }