app/pdump: fix build with clang
authorStephen Hemminger <stephen@networkplumber.org>
Sun, 26 Jan 2020 01:04:38 +0000 (17:04 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 6 Feb 2020 08:20:56 +0000 (09:20 +0100)
commitab30f26aaaa025121bdf804152ade031ce9d7c0a
treec7bd0034ffcf51de44caff9d75a8939803b3d2c8
parent0e8d1ea327d4bd45fd24948be45dcc6716473753
app/pdump: fix build with clang

Clang checks indentation and found incorrect indentation in pdump.

app/pdump/main.c:598:3: error: misleading indentation;
statement is not part of the previous 'if'
[-Werror,-Wmisleading-indentation]

Fixes: caa7028276b8 ("app/pdump: add tool for packet capturing")
Cc: stable@dpdk.org
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
app/pdump/main.c