summaryrefslogtreecommitdiffstats
path: root/image_verify.cpp
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-09-07 13:39:10 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2018-09-11 11:25:54 -0500
commitb0ce996ac60cf80487d71c3cdb7165d065079377 (patch)
tree5e9326940b0627bd21347ffdf87f3f69c99e2a57 /image_verify.cpp
parent5ed9b2d7b6b4bd21d2a1200537e881e485d13cc9 (diff)
downloadphosphor-bmc-code-mgmt-b0ce996ac60cf80487d71c3cdb7165d065079377.tar.gz
phosphor-bmc-code-mgmt-b0ce996ac60cf80487d71c3cdb7165d065079377.zip
clang-format: Update to match docs repo
Update the .clang-format file. Now includes header sorting and updating PointerAlignment. Change-Id: I5c7690d8d83cdebe26ff3a73b90a2a8c17dd8054 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'image_verify.cpp')
-rw-r--r--image_verify.cpp20
1 files changed, 11 insertions, 9 deletions
diff --git a/image_verify.cpp b/image_verify.cpp
index fa60173..7f0bca7 100644
--- a/image_verify.cpp
+++ b/image_verify.cpp
@@ -1,17 +1,19 @@
-#include <set>
-#include <fstream>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <openssl/err.h>
+#include "config.h"
-#include "images.hpp"
#include "image_verify.hpp"
-#include "config.h"
+
+#include "images.hpp"
#include "version.hpp"
-#include <phosphor-logging/log.hpp>
-#include <phosphor-logging/elog.hpp>
+#include <fcntl.h>
+#include <openssl/err.h>
+#include <sys/stat.h>
+
+#include <fstream>
#include <phosphor-logging/elog-errors.hpp>
+#include <phosphor-logging/elog.hpp>
+#include <phosphor-logging/log.hpp>
+#include <set>
#include <xyz/openbmc_project/Common/error.hpp>
namespace phosphor
OpenPOWER on IntegriCloud