aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2023-02-03 11:36:30 -0800
committerGuy Harris <gharris@sonic.net>2023-02-03 11:36:30 -0800
commitc788b6b0790b29d5fe663df582c9c3e3a06de7f3 (patch)
tree2fc0bd2456b6932f0498146baaccb2fcba9d1e5d /tshark.c
parentc237cfb76bef6e0235727484bf89f234f2fc9234 (diff)
tshark: clean up indentation.
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tshark.c b/tshark.c
index e1c5172cdc..c12cbbdeb8 100644
--- a/tshark.c
+++ b/tshark.c
@@ -1654,7 +1654,7 @@ main(int argc, char *argv[])
exit_status = INVALID_OPTION;
goto clean_exit;
}
- break;
+ break;
default:
case '?': /* Bad flag - print usage message */
switch(ws_optopt) {