Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / core / DummyDecoder.java
index d22196a92e007dcc08a493cf4bdcc8c4fce0198a..fcab98877775e3a3b18d04f49250f4848cb27254 100644 (file)
@@ -25,7 +25,7 @@ public class DummyDecoder extends ByteToMessageDecoder {
 
     private static final Logger LOGGER = LoggerFactory
             .getLogger(DummyDecoder.class);
-    
+
     @Override
     protected void decode(ChannelHandlerContext ctx, ByteBuf in,
             List<Object> out) throws Exception {