Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdillonharvey committed Oct 10, 2023
1 parent c4aa008 commit a9deaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream_engine_base.cpp
Expand Up @@ -298,7 +298,7 @@ bool zmq::stream_engine_base_t::in_event_internal ()
// eventually results in the src and dest IP and port clashing (google tcp self connection)
// While this is a protocol_error (you have the single zmq socket handshaking with itself)
// we do not want to to stop reconnection from happening
if(!_endpoint_uri_pair.clash ()){
if(!_endpoint_uri_pair.clash ()) {
error (protocol_error);
return false;
}
Expand Down

0 comments on commit a9deaff

Please sign in to comment.