]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Clean up indentation.
authorGuy Harris <[email protected]>
Wed, 10 Oct 2018 22:26:49 +0000 (15:26 -0700)
committerGuy Harris <[email protected]>
Wed, 10 Oct 2018 22:26:49 +0000 (15:26 -0700)
smbutil.c

index 4fd45568fcaff08cc5ceeb568a364c234a9e3f38..0c1bb23a3be1decabea725e688df2c9f19d29ef1 100644 (file)
--- a/smbutil.c
+++ b/smbutil.c
@@ -467,7 +467,7 @@ smb_fdata1(netdissect_options *ndo,
            l = PTR_DIFF(p, fmt);
 
            if (l > sizeof(bitfmt) - 1)
-                   l = sizeof(bitfmt)-1;
+               l = sizeof(bitfmt)-1;
 
            strncpy(bitfmt, fmt, l);
            bitfmt[l] = '\0';