Fix minor style issue in _dll_crt0.
Fix missing space. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
		| @@ -1124,7 +1124,7 @@ _dll_crt0 () | ||||
| 	} | ||||
|       else | ||||
| 	/* Fall back to respawning if creating a new stack fails. */ | ||||
| 	wow64_respawn_process(); | ||||
| 	wow64_respawn_process (); | ||||
|     } | ||||
|   main_environ = user_data->envptr; | ||||
|   if (in_forkee) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user