]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-otv.c
whitespace changes
[tcpdump] / print-otv.c
index cd5395742129a0f58ec81c5dc278a217510086e0..25c21f09038bd0ba907223f00d53de5d7eda9b1f 100644 (file)
@@ -46,7 +46,7 @@ otv_print(const u_char *bp, u_int len)
     u_int8_t flags;
     u_int32_t overlay_id;
     u_int32_t instance_id;
-    
+
     if (len < 8) {
         printf("[|OTV]");
         return;