summaryrefslogtreecommitdiffstats
path: root/parser.hpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-11-01 16:29:18 -0700
committerPatrick Venture <venture@google.com>2018-11-08 02:00:20 +0000
commitc83c4dc327447a6aee8ddebcd98963ac411169fb (patch)
tree20cadc16abe7c69e5046bff5460bb5760749b608 /parser.hpp
parent6c830e9dfa89a6fce124762d1f162e7efc5291dd (diff)
downloadopenpower-vpd-parser-c83c4dc327447a6aee8ddebcd98963ac411169fb.tar.gz
openpower-vpd-parser-c83c4dc327447a6aee8ddebcd98963ac411169fb.zip
Add .clang-format to repo for automated style
Add .clang-format to repo for automated style. A consistent style across Openbmc makes the code easier to read and edit. Change-Id: I7c09792d2482f0be3e01776804347700f3e3e651 Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'parser.hpp')
-rw-r--r--parser.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/parser.hpp b/parser.hpp
index 04949f9..e131c46 100644
--- a/parser.hpp
+++ b/parser.hpp
@@ -1,8 +1,9 @@
#pragma once
-#include <vector>
#include "store.hpp"
+#include <vector>
+
namespace openpower
{
namespace vpd
OpenPOWER on IntegriCloud