From a680d1eff9ee796a294761dbdffe62cae4cda161 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Sun, 14 Oct 2018 13:34:26 -0700 Subject: formatter: update clang-format and fix-up file(s) clang-format-6.0 introduced new changes, also then updates to .clang-format introduce more new changes. Change-Id: Iec9f84e3a7a5bf254d66eee46cdc9b3070e06687 Signed-off-by: Patrick Venture --- types.hpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'types.hpp') diff --git a/types.hpp b/types.hpp index 5b65d5a..503847a 100644 --- a/types.hpp +++ b/types.hpp @@ -1,10 +1,10 @@ #pragma once -#include -#include -#include #include #include +#include +#include +#include namespace phosphor { @@ -20,7 +20,8 @@ namespace any_ns = std::experimental; using InterfaceVariantType = sdbusplus::message::variant; -template using InterfaceType = std::map; +template +using InterfaceType = std::map; template using ObjectType = std::map>; -- cgit v1.2.1