From: Steve Holme Date: Sat, 17 May 2014 12:32:22 +0000 (+0100) Subject: build: Fixed another tabulation issue in the Visual Studio file generator X-Git-Tag: curl-7_37_0~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=831f6dd1d986c916f59b226f173e58ac90b6705b;p=thirdparty%2Fcurl.git build: Fixed another tabulation issue in the Visual Studio file generator --- diff --git a/projects/generate.bat b/projects/generate.bat index 189824c933..45b2663250 100644 --- a/projects/generate.bat +++ b/projects/generate.bat @@ -121,9 +121,9 @@ rem :element set "SPACES= " if "%2" == "lib\vtls" ( - set "TABS= " + set "TABS= " ) else ( - set "TABS= " + set "TABS= " ) call :extension %3 ext