mirror of
				https://github.com/RetroDECK/ES-DE.git
				synced 2025-04-10 19:15:13 +00:00 
			
		
		
		
	Code formatting OCD fix
This commit is contained in:
		
							parent
							
								
									f3fee630e8
								
							
						
					
					
						commit
						343ac34c70
					
				|  | @ -32,7 +32,7 @@ int wmain(int argc, wchar_t* argv[]) | |||
| int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) | ||||
| { | ||||
|     wchar_t** argv {__wargv}; | ||||
|     int argc = __argc; | ||||
|     int argc {__argc}; | ||||
| #endif | ||||
|     HANDLE stdoutHandle {GetStdHandle(STD_OUTPUT_HANDLE)}; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Leon Styhre
						Leon Styhre