clang-format updates
Run with clang-format-6.0 and update to latest .clang-format
as listed in the docs repository.
Change-Id: I40fb686cc66adf56b2c1b5277ac1c44b64b89349
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/manager.cpp b/manager.cpp
index 7c53a08..3d9850d 100644
--- a/manager.cpp
+++ b/manager.cpp
@@ -13,12 +13,15 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#include <phosphor-logging/log.hpp>
-#include "callout.hpp"
#include "config.h"
+
#include "manager.hpp"
+
+#include "callout.hpp"
#include "policy_find.hpp"
+#include <phosphor-logging/log.hpp>
+
namespace ibm
{
namespace logging
@@ -355,5 +358,5 @@
erase(getEntryID(path));
}
}
-}
-}
+} // namespace logging
+} // namespace ibm