mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-12 17:12:46 +00:00
Problem: formatting is broken
Solution: run clang-format-diff
This commit is contained in:
parent
9b2e1fa26c
commit
fb9fb00eda
@ -121,7 +121,7 @@ inline size_t valid_pollset_bytes (const fd_set &pollset_)
|
||||
- reinterpret_cast<const char *> (&pollset_);
|
||||
}
|
||||
#else
|
||||
inline size_t valid_pollset_bytes (const fd_set &/*pollset_*/)
|
||||
inline size_t valid_pollset_bytes (const fd_set & /*pollset_*/)
|
||||
{
|
||||
return sizeof (fd_set);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user