From: Sergey Poznyakoff Date: Fri, 30 Mar 2007 19:19:56 +0000 (+0000) Subject: Fix indentation X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=bbf7dec45e3390840ee02fe401aee5a121ea3d88;hp=40f79286abcc28c2af18cb49186e5639769441fe;p=chaz%2Ftar Fix indentation --- diff --git a/src/tar.c b/src/tar.c index 92039da..90f6592 100644 --- a/src/tar.c +++ b/src/tar.c @@ -1178,11 +1178,11 @@ parse_opt (int key, char *arg, struct argp_state *state) switch (key) { - case ARGP_KEY_ARG: - /* File name or non-parsed option, because of ARGP_IN_ORDER */ - name_add_name (arg, MAKE_INCL_OPTIONS (args)); - args->input_files = true; - break; + case ARGP_KEY_ARG: + /* File name or non-parsed option, because of ARGP_IN_ORDER */ + name_add_name (arg, MAKE_INCL_OPTIONS (args)); + args->input_files = true; + break; case 'A': set_subcommand_option (CAT_SUBCOMMAND);