From 1a054aeab10d7cf32df704d256fa317fffa63026 Mon Sep 17 00:00:00 2001 From: Ratan K Gupta Date: Sat, 15 Sep 2018 00:49:51 -0400 Subject: Fix formatting issues Some of the formatting issues which brought by the earlier commit(clang-formatting) is fixed with this commit. Signed-off-by: Ratan K Gupta --- vlan_interface.cpp | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'vlan_interface.cpp') diff --git a/vlan_interface.cpp b/vlan_interface.cpp index 6ef1a0c..1b4eaee 100644 --- a/vlan_interface.cpp +++ b/vlan_interface.cpp @@ -56,14 +56,10 @@ void VlanInterface::writeDeviceFile() elog(); } - stream << "[" - << "NetDev" - << "]\n"; + stream << "[NetDev]\n"; stream << "Name=" << EthernetInterface::interfaceName() << "\n"; - stream << "Kind=vlan" - << "\n"; - stream << "[VLAN]" - << "\n"; + stream << "Kind=vlan\n"; + stream << "[VLAN]\n"; stream << "Id=" << id() << "\n"; stream.close(); } -- cgit v1.2.3