Update .clang-format
Per sdbusplus's clang-format file.
Change-Id: Ib7868577dda1bc7ccb300a305e9a3c65efab136c
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/test/post_reporter_test.cpp b/test/post_reporter_test.cpp
index d1a158e..0dbbcfe 100644
--- a/test/post_reporter_test.cpp
+++ b/test/post_reporter_test.cpp
@@ -1,15 +1,16 @@
-#include <gmock/gmock.h>
-#include <gtest/gtest.h>
+#include "lpcsnoop/snoop.hpp"
+
#include <sdbusplus/bus.hpp>
#include <sdbusplus/test/sdbus_mock.hpp>
-#include "lpcsnoop/snoop.hpp"
+#include <gmock/gmock.h>
+#include <gtest/gtest.h>
+using ::testing::_;
using ::testing::IsNull;
using ::testing::NiceMock;
using ::testing::Return;
using ::testing::StrEq;
-using ::testing::_;
namespace
{