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 --- serialize.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'serialize.hpp') diff --git a/serialize.hpp b/serialize.hpp index 5ebebc6..adaf018 100644 --- a/serialize.hpp +++ b/serialize.hpp @@ -1,8 +1,9 @@ #pragma once -#include #include "config.h" +#include + namespace phosphor { namespace software -- cgit v1.2.1