From cc6ee9cb98a3a8c6020cef9a0debbf2c35f50f7f Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Wed, 19 Sep 2018 13:23:13 -0500 Subject: clang-format updates Pick up latest clang-format from the docs repo and rerun with clang-format-6.0 Change-Id: I2f0411bb01d78f096563d63b197ce12daf43bcbd Signed-off-by: Matt Spinler --- fail-monitor/argument.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'fail-monitor/argument.cpp') diff --git a/fail-monitor/argument.cpp b/fail-monitor/argument.cpp index daf0177..33194ce 100644 --- a/fail-monitor/argument.cpp +++ b/fail-monitor/argument.cpp @@ -13,10 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +#include "argument.hpp" + +#include #include #include -#include -#include "argument.hpp" namespace phosphor { @@ -85,6 +86,6 @@ const char* ArgumentParser::optionStr = "s:a:t:h?"; const std::string ArgumentParser::trueString = "true"; const std::string ArgumentParser::emptyString = ""; -} -} -} +} // namespace failure +} // namespace unit +} // namespace phosphor -- cgit v1.2.1