summaryrefslogtreecommitdiffstats
path: root/test/test.cpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-14 13:34:26 -0700
committerPatrick Venture <venture@google.com>2018-10-14 13:36:33 -0700
commita680d1eff9ee796a294761dbdffe62cae4cda161 (patch)
tree31da3f3f491fe82684428f3c604dda4391357b74 /test/test.cpp
parentd6819c9fcc44b3691eeb98ef3675d553bb28eeeb (diff)
downloadphosphor-inventory-manager-a680d1eff9ee796a294761dbdffe62cae4cda161.tar.gz
phosphor-inventory-manager-a680d1eff9ee796a294761dbdffe62cae4cda161.zip
formatter: update clang-format and fix-up file(s)
clang-format-6.0 introduced new changes, also then updates to .clang-format introduce more new changes. Change-Id: Iec9f84e3a7a5bf254d66eee46cdc9b3070e06687 Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'test/test.cpp')
-rw-r--r--test/test.cpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/test/test.cpp b/test/test.cpp
index 5cadbe0..2327239 100644
--- a/test/test.cpp
+++ b/test/test.cpp
@@ -13,15 +13,17 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#include "manager.hpp"
#include "config.h"
+
+#include "manager.hpp"
+#include "xyz/openbmc_project/Example/Iface1/server.hpp"
+#include "xyz/openbmc_project/Example/Iface2/server.hpp"
+
+#include <algorithm>
#include <cassert>
+#include <chrono>
#include <iostream>
-#include <algorithm>
#include <thread>
-#include <chrono>
-#include "xyz/openbmc_project/Example/Iface1/server.hpp"
-#include "xyz/openbmc_project/Example/Iface2/server.hpp"
using namespace std::literals::chrono_literals;
using namespace std::literals::string_literals;
OpenPOWER on IntegriCloud