summaryrefslogtreecommitdiff
path: root/ui/commandline.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-06-19 13:00:13 -0700
committerGuy Harris <guy@alum.mit.edu>2016-06-19 20:00:23 +0000
commit0ca9fc11b0594e6d89cf222a407f3144f3d997cf (patch)
tree96e202d0fd255738a82cb128b1e52eea806393e3 /ui/commandline.c
parent42985f4f175a49410dfe6c74f52fde6e733cec1b (diff)
downloadwireshark-0ca9fc11b0594e6d89cf222a407f3144f3d997cf.tar.gz
Fix indentation.
Change-Id: I71332dc35047e7d8d32b428fb99b8b9368c41de6 Reviewed-on: https://code.wireshark.org/review/16020 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/commandline.c')
-rw-r--r--ui/commandline.c2
1 files changed, 1 insertions, 1 deletions
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