]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/posix/spawni.c
Add some spaces before '('.
[thirdparty/glibc.git] / sysdeps / posix / spawni.c
index 631a1798f6c520b636ea531a1091e4c93eb41e11..a5913feb140e21942b025a3099a3428122f909bf 100644 (file)
@@ -72,7 +72,7 @@ maybe_script_execute (struct posix_spawn_args *args)
       new_argv[0] = (char *) _PATH_BSHELL;
       new_argv[1] = (char *) args->file;
       if (argc > 1)
-       memcpy (new_argv + 2, argv + 1, argc * sizeof(char *));
+       memcpy (new_argv + 2, argv + 1, argc * sizeof (char *));
       else
        new_argv[2] = NULL;