From: Guy Harris Date: Wed, 27 Mar 2024 07:03:44 +0000 (-0700) Subject: RSVP: fix indentation. [skip ci] X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/95a327b45f42de5d1ba785319490dde8b3adf20c RSVP: fix indentation. [skip ci] --- diff --git a/print-rsvp.c b/print-rsvp.c index ce29e42d..232f823d 100644 --- a/print-rsvp.c +++ b/print-rsvp.c @@ -461,7 +461,7 @@ static const struct tok rsvp_obj_error_code_diffserv_te_values[] = { { 6, "CT/setup priority and CT/holding priority do not form a configured TE-Class" }, { 7, "Inconsistency between signaled PSC and signaled CT" }, { 8, "Inconsistency between signaled PHBs and signaled CT" }, - { 0, NULL} + { 0, NULL} }; /* rfc3473 / rfc 3471 */