Update .clang-format
Per sdbusplus's clang-format file.
Change-Id: Ib7868577dda1bc7ccb300a305e9a3c65efab136c
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/example.cpp b/example.cpp
index 6754b0e..e644f2b 100644
--- a/example.cpp
+++ b/example.cpp
@@ -14,13 +14,13 @@
* limitations under the License.
*/
+#include "lpcsnoop/snoop_listen.hpp"
+
#include <cinttypes>
#include <cstdio>
#include <iostream>
#include <memory>
-#include "lpcsnoop/snoop_listen.hpp"
-
/* Example PostCode handler which simply prints them */
static void printPostcode(uint64_t postcode)
{