Remove trailing white-space from various files

This commit is contained in:
Ivaylo Draganov
2020-05-22 23:06:22 +03:00
committed by abcdefg30
parent 150d02ac0d
commit 3ab4a584ab
13 changed files with 26 additions and 26 deletions

View File

@@ -5,7 +5,7 @@ for %%x in (%*) do (
)
:choosemod
set /P mod=Select mod (ra, cnc, d2k, ts) or --exit:
set /P mod=Select mod (ra, cnc, d2k, ts) or --exit:
if /I "%mod%" EQU "--exit" (exit /b)
if "%mod%" EQU "ra" (goto launchmod)
if "%mod%" EQU "cnc" (goto launchmod)
@@ -31,4 +31,4 @@ echo OpenRA has encountered a fatal error.
echo * Log Files are available in Documents\OpenRA\Logs
echo * FAQ is available at https://github.com/OpenRA/OpenRA/wiki/FAQ
echo ----------------------------------------
pause
pause