commit | 9638afb9aa848aa0e696c2447e0fbc70a0aa5eed | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Feb 22 17:16:24 2021 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Feb 23 07:10:16 2021 -0600 |
tree | bc9f092ed17284a0cd63ba9ad9c6e98b07386961 | |
parent | 703131fa01422bc28675f5d629edb98d285a1bc4 [diff] [blame] |
clang-format-11: reformat The .clang-format file here is an old version of the common one. Upgrade to the latest and reformat. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0d532aa88d650e9c7664e07abfc8c4fdf0dd3df4
diff --git a/phosphor-ldap-mapper/ldap_mapper_serialize.hpp b/phosphor-ldap-mapper/ldap_mapper_serialize.hpp index 7d918d8..f306ada 100644 --- a/phosphor-ldap-mapper/ldap_mapper_serialize.hpp +++ b/phosphor-ldap-mapper/ldap_mapper_serialize.hpp
@@ -1,9 +1,11 @@ #pragma once -#include <filesystem> #include "config.h" + #include "ldap_mapper_entry.hpp" +#include <filesystem> + namespace phosphor { namespace user