aboutsummaryrefslogtreecommitdiff
path: root/src/core/nng_impl.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-07-10 15:02:38 -0700
committerGarrett D'Amore <garrett@damore.org>2017-07-10 15:02:38 -0700
commit795aebbee77bb74d8792df96dfe1aa79ec9548fc (patch)
tree58c16424c16b9e71cebdceaee4507ab6608f80da /src/core/nng_impl.h
parentde90f97167d2df6739db47b2c6aad85f06250270 (diff)
downloadnng-795aebbee77bb74d8792df96dfe1aa79ec9548fc.tar.gz
nng-795aebbee77bb74d8792df96dfe1aa79ec9548fc.tar.bz2
nng-795aebbee77bb74d8792df96dfe1aa79ec9548fc.zip
Give up on uncrustify; switch to clang-format.
Diffstat (limited to 'src/core/nng_impl.h')
-rw-r--r--src/core/nng_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nng_impl.h b/src/core/nng_impl.h
index 291b5e28..8b76b036 100644
--- a/src/core/nng_impl.h
+++ b/src/core/nng_impl.h
@@ -44,9 +44,9 @@
#include "core/transport.h"
// These have to come after the others - particularly transport.h
+#include "core/endpt.h"
#include "core/event.h"
#include "core/pipe.h"
#include "core/socket.h"
-#include "core/endpt.h"
-#endif // CORE_NNG_IMPL_H
+#endif // CORE_NNG_IMPL_H