summaryrefslogtreecommitdiffstats
path: root/watch.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 /watch.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 'watch.cpp')
-rw-r--r--watch.cpp18
1 files changed, 11 insertions, 7 deletions
diff --git a/watch.cpp b/watch.cpp
index 2ad8c4c..e46b8aa 100644
--- a/watch.cpp
+++ b/watch.cpp
@@ -1,14 +1,18 @@
-#include <stdexcept>
-#include <cstddef>
-#include <cstring>
-#include <string>
+#include "config.h"
+
+#include "watch.hpp"
+
+#include "image_manager.hpp"
+
#include <sys/inotify.h>
#include <unistd.h>
+
+#include <cstddef>
+#include <cstring>
#include <experimental/filesystem>
#include <phosphor-logging/log.hpp>
-#include "config.h"
-#include "watch.hpp"
-#include "image_manager.hpp"
+#include <stdexcept>
+#include <string>
namespace phosphor
{
OpenPOWER on IntegriCloud