Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / serialization / factories / HelloInputMessageFactory.java
index 3d95646bd92921f36550babb9b23c7b846f72eb2..bd87e16f67e26a50717f0bbfd8eceaf690a3680d 100644 (file)
@@ -46,7 +46,7 @@ public class HelloInputMessageFactory implements OFSerializer<HelloInput>{
                     output.writeZero(padding);
                     output.setShort(elementLengthIndex, output.writerIndex() - elementStartIndex);
                 }
-            } 
+            }
         }
     }