mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-14 23:07:59 +02:00
Problem: indentation should be 4 spaces, no tabs
Solution: fix it
This commit is contained in:
@@ -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_);
|
||||
|
Reference in New Issue
Block a user