From 4a3813984b685e0ae4e09404afa416226e09d4a6 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 13 May 2018 12:58:16 -0700 Subject: [PATCH] Fix indentation. Change-Id: I15ddf53938ea23fce655b8ec558855a5e2bedf0c Reviewed-on: https://code.wireshark.org/review/27513 Reviewed-by: Guy Harris --- ui/cli/tap-srt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/cli/tap-srt.c b/ui/cli/tap-srt.c index 9470a6b140..09dce2b643 100644 --- a/ui/cli/tap-srt.c +++ b/ui/cli/tap-srt.c @@ -141,8 +141,8 @@ dissector_srt_init(const char *opt_arg, void* userdata) exit(1); } - /* Need to create the SRT array now */ - global_srt_array = g_array_new(FALSE, TRUE, sizeof(srt_stat_table*)); + /* Need to create the SRT array now */ + global_srt_array = g_array_new(FALSE, TRUE, sizeof(srt_stat_table*)); srt_table_dissector_init(srt, global_srt_array); init_srt_tables(srt, filter);