From b0ce996ac60cf80487d71c3cdb7165d065079377 Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Fri, 7 Sep 2018 13:39:10 -0500 Subject: clang-format: Update to match docs repo Update the .clang-format file. Now includes header sorting and updating PointerAlignment. Change-Id: I5c7690d8d83cdebe26ff3a73b90a2a8c17dd8054 Signed-off-by: Gunnar Mills --- sync_manager.cpp | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'sync_manager.cpp') diff --git a/sync_manager.cpp b/sync_manager.cpp index debead2..48d773b 100644 --- a/sync_manager.cpp +++ b/sync_manager.cpp @@ -1,10 +1,13 @@ -#include -#include +#include "config.h" + +#include "sync_manager.hpp" + #include #include #include -#include "config.h" -#include "sync_manager.hpp" + +#include +#include namespace phosphor { -- cgit v1.2.1