]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-smb.c
whitespace changes
[tcpdump] / print-smb.c
index e1c2f79940511a7403b7b10120d4ec48dd07a97e..7a9044c55d8237b19eb14736a3141b83d6864f17 100644 (file)
@@ -900,7 +900,7 @@ print_smb(const u_char *buf, const u_char *maxbuf)
        if (command == 0xFF)
            break;
        TCHECK2(words[3], 2);
-       newsmboffset = EXTRACT_LE_16BITS(words + 3); 
+       newsmboffset = EXTRACT_LE_16BITS(words + 3);
 
        fn = smbfind(command, smb_fns);