From 0b02be925a29357f69abbc9e9a58e7c5aaed2eab Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Fri, 31 Aug 2018 11:55:55 -0700 Subject: add .clang-format Change-Id: I7c2a527b4751a560703a61fcbe9638b150546af5 Signed-off-by: Patrick Venture --- net.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'net.cpp') diff --git a/net.cpp b/net.cpp index 17be41e..9de190f 100644 --- a/net.cpp +++ b/net.cpp @@ -1,8 +1,8 @@ +#include "utils.hpp" + #include #include -#include "utils.hpp" - // Not sure if this should live in utils. Because it's really a per-system // configuration, instead of just hard-coding channel 1 to be eth0, one could // conceivably configure it however they pleased. @@ -31,4 +31,3 @@ std::string ChanneltoEthernet(int channel) } // namespace network } // namespace ipmi - -- cgit v1.2.1