src/devices/mesh/wifi-information-element.cc
changeset 5157 ace422ad12df
parent 5139 87eb2f77f661
child 5159 7e0731625f67
--- a/src/devices/mesh/wifi-information-element.cc	Fri Aug 21 23:33:52 2009 +0400
+++ b/src/devices/mesh/wifi-information-element.cc	Mon Aug 24 18:05:31 2009 +0400
@@ -66,9 +66,9 @@
 void
 WifiInformationElement::Print (std::ostream &os) const
 {
-  os << "\n<information_element id=" << ElementId () << ">\n";
+  os << std::endl << "<information_element id=" << ElementId () << ">" << std::endl;
   PrintInformation (os);
-  os << "</information_element>\n";
+  os << "</information_element>" << std::endl;
 }
 bool
 operator< (WifiInformationElement const & a, WifiInformationElement const & b)