]> git.proxmox.com Git - mirror_qemu.git/blobdiff - linux-user/main.c
avoid TABs in files that only contain a few
[mirror_qemu.git] / linux-user / main.c
index 923cbb753acc0b2cccec3ef5d23b87338c537a1c..a0aba9cb1e9a10cf4f8a8f8166795c5a523b4970 100644 (file)
@@ -740,8 +740,8 @@ int main(int argc, char **argv, char **envp)
     target_argc = argc - optind;
     target_argv = calloc(target_argc + 1, sizeof (char *));
     if (target_argv == NULL) {
-       (void) fprintf(stderr, "Unable to allocate memory for target_argv\n");
-       exit(EXIT_FAILURE);
+        (void) fprintf(stderr, "Unable to allocate memory for target_argv\n");
+        exit(EXIT_FAILURE);
     }
 
     /*