mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:13:35 +03:00
build: Fixed another tabulation issue in the Visual Studio file generator
This commit is contained in:
parent
5a067c4b39
commit
831f6dd1d9
1 changed files with 2 additions and 2 deletions
|
|
@ -121,9 +121,9 @@ rem
|
||||||
:element
|
:element
|
||||||
set "SPACES= "
|
set "SPACES= "
|
||||||
if "%2" == "lib\vtls" (
|
if "%2" == "lib\vtls" (
|
||||||
set "TABS= "
|
set "TABS= "
|
||||||
) else (
|
) else (
|
||||||
set "TABS= "
|
set "TABS= "
|
||||||
)
|
)
|
||||||
|
|
||||||
call :extension %3 ext
|
call :extension %3 ext
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue