]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Clean up whitespaces
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 18 Mar 2019 21:16:29 +0000 (22:16 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 18 Mar 2019 21:19:59 +0000 (22:19 +0100)
print-ppp.c

index 92fffe42a488559099b80fb6a69985b795f0bdea..532df1c08995bcf875948ff16914275d45d4fd6b 100644 (file)
@@ -1096,9 +1096,9 @@ print_ipcp_config_options(netdissect_options *ndo,
                         break;
                 case IPCPOPT_IPCOMP_HDRCOMP:
                         if (len < IPCPOPT_IPCOMP_MINLEN) {
-                               ND_PRINT(" (length bogus, should be >= %u)",
-                                       IPCPOPT_IPCOMP_MINLEN);
-                               return 0;
+                                ND_PRINT(" (length bogus, should be >= %u)",
+                                         IPCPOPT_IPCOMP_MINLEN);
+                                return 0;
                         }
 
                         ND_TCHECK_LEN(p + 2, IPCPOPT_IPCOMP_MINLEN);