]> Dogcows Code - chaz/tar/commitdiff
Fix indentation
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 30 Mar 2007 19:19:56 +0000 (19:19 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 30 Mar 2007 19:19:56 +0000 (19:19 +0000)
src/tar.c

index 92039dad235ec4e47d4144457afc4ec509b4d592..90f65922e81c0d01b3fbce2397f3d00d6200945e 100644 (file)
--- 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);
This page took 0.021318 seconds and 4 git commands to generate.