Fix indentation.

Change-Id: I71332dc35047e7d8d32b428fb99b8b9368c41de6
Reviewed-on: https://code.wireshark.org/review/16020
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2016-06-19 13:00:13 -07:00
parent 42985f4f17
commit 0ca9fc11b0
1 changed files with 1 additions and 1 deletions

View File

@ -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