From: Francois-Xavier Le Bail Date: Thu, 23 May 2019 09:16:47 +0000 (+0200) Subject: Fix trailing spaces X-Git-Tag: tcpdump-4.99-bp~767 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/20eab47a4d7d6acb7ef916f61f7db9ffb3d51ff9 Fix trailing spaces --- diff --git a/print-dsa.c b/print-dsa.c index 975285c8..0efab602 100644 --- a/print-dsa.c +++ b/print-dsa.c @@ -35,7 +35,7 @@ /* * Format of (Ethertyped or not) DSA tagged frames: * - * 7 6 5 4 3 2 1 0 + * 7 6 5 4 3 2 1 0 * . . . . . . . . . * 0 +---+---+---+---+---+---+---+---+ * | Ether Destination Address | diff --git a/print-ipoib.c b/print-ipoib.c index 067ae937..c0ebf033 100644 --- a/print-ipoib.c +++ b/print-ipoib.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, + * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, * 1997, 2000, 2011, 2012 * The Regents of the University of California. All rights reserved. * diff --git a/print-isoclns.c b/print-isoclns.c index 8b24c1ab..b154f8e2 100644 --- a/print-isoclns.c +++ b/print-isoclns.c @@ -3237,7 +3237,7 @@ isis_print(netdissect_options *ndo, "Unknown (0x%02x)", isis_subtlv_idrp)); tptr++; - tlen--; + tlen--; switch (isis_subtlv_idrp) { case ISIS_SUBTLV_IDRP_ASN: if (tlen < 2)