Adding space between function and args to conform with style

This commit is contained in:
Colin Steifel 2013-07-12 17:59:42 -04:00
parent 9751701d7a
commit b9d239b0db

View File

@ -206,7 +206,7 @@ namespace zmq
inline bool more ()
{
int rc = zmq_msg_more(&msg);
int rc = zmq_msg_more (&msg);
return rc != 0;
}