mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-09-25 17:44:14 +00:00
Fix indentation
This commit is contained in:
@@ -1178,11 +1178,11 @@ parse_opt (int key, char *arg, struct argp_state *state)
|
|||||||
|
|
||||||
switch (key)
|
switch (key)
|
||||||
{
|
{
|
||||||
case ARGP_KEY_ARG:
|
case ARGP_KEY_ARG:
|
||||||
/* File name or non-parsed option, because of ARGP_IN_ORDER */
|
/* File name or non-parsed option, because of ARGP_IN_ORDER */
|
||||||
name_add_name (arg, MAKE_INCL_OPTIONS (args));
|
name_add_name (arg, MAKE_INCL_OPTIONS (args));
|
||||||
args->input_files = true;
|
args->input_files = true;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'A':
|
case 'A':
|
||||||
set_subcommand_option (CAT_SUBCOMMAND);
|
set_subcommand_option (CAT_SUBCOMMAND);
|
||||||
|
|||||||
Reference in New Issue
Block a user