netipmid: apply clang-format rules
Lots of whitespace change. Let clang-format do its job and keep the code
looking nice.
Change-Id: Idfcad1a99cab8170d55a06163de8ad3f420b68b7
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
diff --git a/main.hpp b/main.hpp
index 31ec187..af577f6 100644
--- a/main.hpp
+++ b/main.hpp
@@ -1,15 +1,16 @@
#pragma once
-#include <tuple>
+#include "command/guid.hpp"
+#include "sd_event_loop.hpp"
+#include "sol/sol_manager.hpp"
#include <command_table.hpp>
-#include "command/guid.hpp"
#include <sessions_manager.hpp>
-#include "sol/sol_manager.hpp"
-#include "sd_event_loop.hpp"
+#include <tuple>
-extern std::tuple<session::Manager&, command::Table&,
- eventloop::EventLoop&, sol::Manager&> singletonPool;
+extern std::tuple<session::Manager&, command::Table&, eventloop::EventLoop&,
+ sol::Manager&>
+ singletonPool;
// Select call timeout is set arbitrarily set to 30 sec
static constexpr size_t SELECT_CALL_TIMEOUT = 30;