From: nhmall Date: Fri, 4 Dec 2020 13:25:52 +0000 (-0500) Subject: a couple of space-indents to tabs-indents in sys/winnt/Makefile.msc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=efbd92b906f8ea2a350745a34e7836877cb67da5;p=nethack a couple of space-indents to tabs-indents in sys/winnt/Makefile.msc --- diff --git a/sys/winnt/Makefile.msc b/sys/winnt/Makefile.msc index 259b1010a..3a2d0749a 100644 --- a/sys/winnt/Makefile.msc +++ b/sys/winnt/Makefile.msc @@ -1212,8 +1212,8 @@ fetch-pdcurses: curl -L -R https://codeload.github.com/wmcbrine/PDCurses/zip/master -o pdcurses.zip powershell -command "Expand-Archive -Path .\pdcurses.zip -DestinationPath ./pdcurses-temp" if exist .\pdcurses\* rd .\pdcurses /s /Q - move .\pdcurses-temp\PDCurses-master . - ren PDCurses-master pdcurses + move .\pdcurses-temp\PDCurses-master . + ren PDCurses-master pdcurses if exist .\pdcurses-temp\* rd .\pdcurses-temp /s /Q if exist .\pdcurses.zip del .\pdcurses.zip cd ..\src