From 0ca9fc11b0594e6d89cf222a407f3144f3d997cf Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 19 Jun 2016 13:00:13 -0700 Subject: [PATCH] Fix indentation. Change-Id: I71332dc35047e7d8d32b428fb99b8b9368c41de6 Reviewed-on: https://code.wireshark.org/review/16020 Reviewed-by: Guy Harris --- ui/commandline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/commandline.c b/ui/commandline.c index a9bd32eb44..7b54983914 100644 --- a/ui/commandline.c +++ b/ui/commandline.c @@ -396,7 +396,7 @@ void commandline_other_options(int argc, char *argv[], commandline_param_info_t* #if defined(HAVE_HEIMDAL_KERBEROS) || defined(HAVE_MIT_KERBEROS) case 'K': /* Kerberos keytab file */ - read_keytab_file(optarg); + read_keytab_file(optarg); break; #endif