Fixed missing whitespace at end of file

This commit is contained in:
Pieter Hintjens 2013-07-30 09:24:22 +02:00
parent 2aca7b233b
commit 143ae519b4

View File

@ -235,3 +235,4 @@ int main (void)
rc = zmq_term (context);
assert (rc == 0);
}