From a41edb2fa1729abf7fd6b96bdcba2da1e22d37e2 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sun, 25 May 2008 05:35:22 -0700 Subject: [PATCH] remove std::endl from PPP header print --- src/devices/point-to-point/ppp-header.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/point-to-point/ppp-header.cc b/src/devices/point-to-point/ppp-header.cc index 909e9f1b9..7cc62d585 100644 --- a/src/devices/point-to-point/ppp-header.cc +++ b/src/devices/point-to-point/ppp-header.cc @@ -55,7 +55,7 @@ PppHeader::GetInstanceTypeId (void) const void PppHeader::Print (std::ostream &os) const { - os << "Point-to-Point Protocol: IP (0x0021)" << std::endl; + os << "Point-to-Point Protocol: IP (0x0021)"; } uint32_t