Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Aug 26, 2024
1 parent 9e9938a commit 27696d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
#ifdef ZMQ_HAVE_IPC
#include "ipc_address.hpp"
// Don't try ipc if it fails once
namespace zmq {
static bool try_ipc_first = true;
namespace zmq
{
static bool try_ipc_first = true;
}
#endif

Expand Down

0 comments on commit 27696d7

Please sign in to comment.