From 3c9e139aec08d1bb406a6219122ca982b4b7dc34 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 28 Sep 2025 00:45:33 -0400 Subject: Remove trailing white space in source files --- make.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make.bat') diff --git a/make.bat b/make.bat index b25efed..c65f871 100644 --- a/make.bat +++ b/make.bat @@ -1,5 +1,5 @@ @echo off -if _%VCVARS% == _ ( +if _%VCVARS% == _ ( set VCVARS=1 call vcvarsall x64 ) @@ -12,7 +12,7 @@ if not exist pcre2-8-static.lib ( copy /y pcre2\Release\pcre2-8-static.lib ) SET C_FLAGS=/nologo /W4 /MD /wd4200 /wd4204 /wd4221 /wd4706 /wd4214 /D_CRT_SECURE_NO_WARNINGS /I SDL2/include /I pcre2 User32.lib SDL2/lib/x64/SDL2main.lib SDL2/lib/x64/SDL2.lib pcre2-8-static.lib pcre2-32-static.lib -rc /nologo ted.rc +rc /nologo ted.rc if _%1 == _ ( if not exist debug mkdir debug pushd debug -- cgit v1.2.3