diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-07-10 15:02:38 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-07-10 15:02:38 -0700 |
| commit | 795aebbee77bb74d8792df96dfe1aa79ec9548fc (patch) | |
| tree | 58c16424c16b9e71cebdceaee4507ab6608f80da /src/core/nng_impl.h | |
| parent | de90f97167d2df6739db47b2c6aad85f06250270 (diff) | |
| download | nng-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.h | 4 |
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 |
