Problem: formatting issues in the CI

Solution: commit clang-format-diff
This commit is contained in:
Luca Boccassi
2018-03-10 12:44:27 +00:00
parent fef99d6c50
commit 8d544ef1c4
9 changed files with 28 additions and 26 deletions

View File

@@ -717,10 +717,10 @@ int zmq::options_t::setsockopt (int option_,
break;
}
// TODO mechanism should either be set explicitly, or determined when
// connecting. currently, it depends on the order of setsockopt calls
// if there is some inconsistency, which is confusing. in addition,
// the assumed or set mechanism should be queryable (as a socket option)
// TODO mechanism should either be set explicitly, or determined when
// connecting. currently, it depends on the order of setsockopt calls
// if there is some inconsistency, which is confusing. in addition,
// the assumed or set mechanism should be queryable (as a socket option)
#if defined(ZMQ_ACT_MILITANT)
// There is no valid use case for passing an error back to the application