Problem: indentation should be 4 spaces, no tabs

Solution: fix it
This commit is contained in:
Luca Boccassi
2016-02-21 23:16:44 +00:00
parent 406b5738b6
commit d4c0716473
17 changed files with 49 additions and 49 deletions

View File

@@ -174,7 +174,7 @@ int zmq::xpub_t::xsetsockopt (int option_, const void *optval_,
if (optvallen_ > 0) {
int rc = welcome_msg.init_size(optvallen_);
errno_assert(rc == 0);
errno_assert(rc == 0);
unsigned char *data = (unsigned char*)welcome_msg.data();
memcpy(data, optval_, optvallen_);