]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-tcp.c
whitespace changes
[tcpdump] / print-tcp.c
index f8331d389152907e7ca41d1316032a5b1f66c3ac..e28994e6f0cdd04ae23f67ab8a068fec3c89b986 100644 (file)
@@ -659,7 +659,7 @@ tcp_print(register const u_char *bp, register u_int length,
         if ((flags & TH_RST) && vflag) {
                 print_tcp_rst_data(bp, length);
                 return;
-        } 
+        }
 
         if (packettype) {
                 switch (packettype) {