]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix indentation
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 9 Jan 2018 11:15:30 +0000 (12:15 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 9 Jan 2018 11:15:30 +0000 (12:15 +0100)
print-nflog.c

index c7cc47c124bb238ba89b3ef9ed720b63c6cd0dce..017112e2475790c2513176c5fc26d6c3afd11a5c 100644 (file)
@@ -53,14 +53,14 @@ nflog_hdr_print(netdissect_options *ndo, const nflog_hdr_t *hdr, u_int length)
 
        if (!ndo->ndo_qflag) {
                ND_PRINT(", family %s (%d)",
-                                                 tok2str(nflog_values, "Unknown",
-                                                                 hdr->nflog_family),
-                                                 hdr->nflog_family);
+                        tok2str(nflog_values, "Unknown",
+                                hdr->nflog_family),
+                        hdr->nflog_family);
                } else {
                ND_PRINT(", %s",
-                                                 tok2str(nflog_values,
-                                                                 "Unknown NFLOG (0x%02x)",
-                                                                 hdr->nflog_family));
+                        tok2str(nflog_values,
+                                "Unknown NFLOG (0x%02x)",
+                        hdr->nflog_family));
                }
 
        ND_PRINT(", length %u: ", length);