summaryrefslogtreecommitdiffstats
path: root/types.hpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-14 13:34:26 -0700
committerPatrick Venture <venture@google.com>2018-10-14 13:36:33 -0700
commita680d1eff9ee796a294761dbdffe62cae4cda161 (patch)
tree31da3f3f491fe82684428f3c604dda4391357b74 /types.hpp
parentd6819c9fcc44b3691eeb98ef3675d553bb28eeeb (diff)
downloadphosphor-inventory-manager-a680d1eff9ee796a294761dbdffe62cae4cda161.tar.gz
phosphor-inventory-manager-a680d1eff9ee796a294761dbdffe62cae4cda161.zip
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 <venture@google.com>
Diffstat (limited to 'types.hpp')
-rw-r--r--types.hpp9
1 files changed, 5 insertions, 4 deletions
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 <map>
-#include <string>
-#include <sdbusplus/message.hpp>
#include <experimental/any>
#include <functional>
+#include <map>
+#include <sdbusplus/message.hpp>
+#include <string>
namespace phosphor
{
@@ -20,7 +20,8 @@ namespace any_ns = std::experimental;
using InterfaceVariantType =
sdbusplus::message::variant<bool, int64_t, std::string>;
-template <typename T> using InterfaceType = std::map<std::string, T>;
+template <typename T>
+using InterfaceType = std::map<std::string, T>;
template <typename T>
using ObjectType = std::map<std::string, InterfaceType<T>>;
OpenPOWER on IntegriCloud