BUG-272: remove trailing whitespace from Java files
[controller.git] / opendaylight / md-sal / compatibility / sal-compatibility / src / main / java / org / opendaylight / controller / sal / compatibility / ToSalConversionsUtils.java
index 74b94c7cba10771fee33f10eeddb6e6a0c2e2b16..4913c33c4dc108d2f5e54f98ea461bb7910a1f02 100644 (file)
@@ -585,7 +585,7 @@ public class ToSalConversionsUtils {
         }
         return macAddress;
     }
-    
+
     public static byte[] bytesFromDpid(long dpid) {
         byte[] mac = new byte[] { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };