Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
bde18f3e
Commit
bde18f3e
authored
May 18, 2019
by
Luca Boccassi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem: comments before ifdefs are wrongly formatted
Solution: now that clang-format 6+ is used in the CI, fix it
parent
5de3aa15
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
1 addition
and
1 deletion
+1
-1
options.cpp
src/options.cpp
+0
-0
socket_base.cpp
src/socket_base.cpp
+0
-0
socks_connecter.cpp
src/socks_connecter.cpp
+0
-0
tcp_connecter.cpp
src/tcp_connecter.cpp
+0
-0
udp_engine.cpp
src/udp_engine.cpp
+0
-0
ypipe.hpp
src/ypipe.hpp
+0
-0
ypipe_conflate.hpp
src/ypipe_conflate.hpp
+0
-0
zmq.cpp
src/zmq.cpp
+1
-1
No files found.
src/options.cpp
View file @
bde18f3e
src/socket_base.cpp
View file @
bde18f3e
src/socks_connecter.cpp
View file @
bde18f3e
src/tcp_connecter.cpp
View file @
bde18f3e
src/udp_engine.cpp
View file @
bde18f3e
src/ypipe.hpp
View file @
bde18f3e
src/ypipe_conflate.hpp
View file @
bde18f3e
src/zmq.cpp
View file @
bde18f3e
...
...
@@ -712,7 +712,7 @@ const char *zmq_msg_gets (const zmq_msg_t *msg_, const char *property_)
return
NULL
;
}
// Polling.
// Polling.
#if defined ZMQ_HAVE_POLLER
inline
int
zmq_poller_poll
(
zmq_pollitem_t
*
items_
,
int
nitems_
,
long
timeout_
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment