summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-09-07 17:08:02 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2018-09-11 10:19:11 -0500
commitf6ed5897b78235f09643978045b6bbfaf891d1a6 (patch)
treed8478ea76d480a370e46224771b8867d5a607baf /test
parent70ca242282d5410b4fb4bbcd4e118bc72b68c103 (diff)
downloadopenpower-pnor-code-mgmt-f6ed5897b78235f09643978045b6bbfaf891d1a6.tar.gz
openpower-pnor-code-mgmt-f6ed5897b78235f09643978045b6bbfaf891d1a6.zip
clang-format: Update to match docs repo
Update the .clang-format file. Now includes header sorting and updating PointerAlignment. Change-Id: I7119c12f1cc0a461cb7e4576dff6a02dcc95cbc4 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'test')
-rw-r--r--test/utest.cpp11
1 files changed, 7 insertions, 4 deletions
diff --git a/test/utest.cpp b/test/utest.cpp
index 38f99128e..0163bf016 100644
--- a/test/utest.cpp
+++ b/test/utest.cpp
@@ -1,9 +1,12 @@
-#include <gtest/gtest.h>
+#include "image_verify.hpp"
+#include "version.hpp"
+
#include <openssl/sha.h>
-#include <string>
+
#include <experimental/filesystem>
-#include "version.hpp"
-#include "image_verify.hpp"
+#include <string>
+
+#include <gtest/gtest.h>
using namespace openpower::software::updater;
using namespace openpower::software::image;
OpenPOWER on IntegriCloud