summaryrefslogtreecommitdiffstats
path: root/fail-monitor/argument.cpp
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2018-09-19 13:23:13 -0500
committerMatt Spinler <spinler@us.ibm.com>2018-09-19 14:32:34 -0500
commitcc6ee9cb98a3a8c6020cef9a0debbf2c35f50f7f (patch)
treecc8d0dbe61df276cd982389f01fb9eb618fe0987 /fail-monitor/argument.cpp
parentd6729ea39d443bf62a27bbf64ef6bc7a123125c8 (diff)
downloadphosphor-objmgr-cc6ee9cb98a3a8c6020cef9a0debbf2c35f50f7f.tar.gz
phosphor-objmgr-cc6ee9cb98a3a8c6020cef9a0debbf2c35f50f7f.zip
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 <spinler@us.ibm.com>
Diffstat (limited to 'fail-monitor/argument.cpp')
-rw-r--r--fail-monitor/argument.cpp11
1 files changed, 6 insertions, 5 deletions
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 <algorithm>
#include <iostream>
#include <iterator>
-#include <algorithm>
-#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
OpenPOWER on IntegriCloud