Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / deserialization / match / OxmVlanVidDeserializerTest.java
index e765ba65a2635fe4e1c1ebcfe3d21a5d099d339a..5962ac37e00355c65126c14531ed237a1277de21 100644 (file)
@@ -40,7 +40,7 @@ public class OxmVlanVidDeserializerTest {
         Assert.assertEquals("Wrong entry hasMask", false, entry.isHasMask());
         Assert.assertEquals("Wrong entry value", 10,
                 entry.getAugmentation(VlanVidMatchEntry.class).getVlanVid().intValue());
-        Assert.assertEquals("Wrong entry value", false, 
+        Assert.assertEquals("Wrong entry value", false,
                 entry.getAugmentation(VlanVidMatchEntry.class).isCfiBit());
     }
 }
\ No newline at end of file