diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2018-09-07 13:39:10 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2018-09-11 11:25:54 -0500 |
| commit | b0ce996ac60cf80487d71c3cdb7165d065079377 (patch) | |
| tree | 5e9326940b0627bd21347ffdf87f3f69c99e2a57 /static | |
| parent | 5ed9b2d7b6b4bd21d2a1200537e881e485d13cc9 (diff) | |
| download | phosphor-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 'static')
| -rw-r--r-- | static/flash.cpp | 8 | ||||
| -rw-r--r-- | static/item_updater_helper.cpp | 1 |
2 files changed, 6 insertions, 3 deletions
diff --git a/static/flash.cpp b/static/flash.cpp index d06d08c..82c2393 100644 --- a/static/flash.cpp +++ b/static/flash.cpp @@ -1,10 +1,12 @@ -#include <experimental/filesystem> - -#include "activation.hpp" #include "config.h" + #include "flash.hpp" + +#include "activation.hpp" #include "images.hpp" +#include <experimental/filesystem> + namespace { constexpr auto PATH_INITRAMFS = "/run/initramfs"; diff --git a/static/item_updater_helper.cpp b/static/item_updater_helper.cpp index 572cb9c..e087d71 100644 --- a/static/item_updater_helper.cpp +++ b/static/item_updater_helper.cpp @@ -1,4 +1,5 @@ #include "config.h" + #include "item_updater_helper.hpp" namespace phosphor |

