fix coding style

This commit is contained in:
Mathieu Lacage
2007-08-03 09:15:11 +02:00
parent 9c2de843b5
commit 62310f6b21

View File

@@ -123,7 +123,9 @@ EthernetHeader::GetSerializedSize (void) const
if (m_enPreambleSfd)
{
return PREAMBLE_SIZE + LENGTH_SIZE + 2*MAC_ADDR_SIZE;
} else {
}
else
{
return LENGTH_SIZE + 2*MAC_ADDR_SIZE;
}
}