From 94df8c9015798764d40665bb363bdbf27510f285 Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Fri, 14 Sep 2018 14:50:03 -0500 Subject: clang-format: Update to match docs repo Update the .clang-format file and run clang-format-6.0. This .clang-format matches the example one in https://github.com/openbmc/docs/blob/master/cpp-style-and-conventions.md#clang-formatting Change-Id: Id6760866dedbaeafd83ea8ef2e0303e30b8955aa Signed-off-by: Gunnar Mills Signed-off-by: Brad Bishop --- utils.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'utils.hpp') diff --git a/utils.hpp b/utils.hpp index 33088df..7c8b871 100644 --- a/utils.hpp +++ b/utils.hpp @@ -16,8 +16,7 @@ namespace occ * @return Service name * @error InternalFailure exception thrown */ -std::string getService(sdbusplus::bus::bus& bus, - const std::string& path, +std::string getService(sdbusplus::bus::bus& bus, const std::string& path, const std::string& intf); } // namespace occ } // namespace open_power -- cgit v1.2.1