Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / serialization / match / OxmVlanPcpSerializerTest.java
index ba08ad08ee2147fd1e44b31dcdc31807a88b1785..b96e0d7694796abd4e9429f02485a7401dc5c338 100644 (file)
@@ -36,7 +36,7 @@ public class OxmVlanPcpSerializerTest {
     @Test
     public void testSerialize() {
         MatchEntriesBuilder builder = prepareVlanPcpMatchEntry((short) 42);
-        
+
         ByteBuf buffer = PooledByteBufAllocator.DEFAULT.buffer();
         serializer.serialize(builder.build(), buffer);
 
@@ -51,7 +51,7 @@ public class OxmVlanPcpSerializerTest {
     @Test
     public void testSerializeHeader() {
         MatchEntriesBuilder builder = prepareVlanPcpHeader(false);
-        
+
         ByteBuf buffer = PooledByteBufAllocator.DEFAULT.buffer();
         serializer.serializeHeader(builder.build(), buffer);