]> granicus.if.org Git - nethack/commitdiff
a couple of space-indents to tabs-indents in sys/winnt/Makefile.msc
authornhmall <nhmall@nethack.org>
Fri, 4 Dec 2020 13:25:52 +0000 (08:25 -0500)
committernhmall <nhmall@nethack.org>
Fri, 4 Dec 2020 13:25:52 +0000 (08:25 -0500)
sys/winnt/Makefile.msc

index 259b1010aedfe02ee5220a8e2e266513a0be8122..3a2d0749a5e45524597c5efa0fd75212d4bf42d3 100644 (file)
@@ -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