couple of windows indentation fixes in source files

This commit is contained in:
Arjun Kathuria 2021-06-27 00:25:55 +05:30
parent aee7fa52c3
commit 8e4550657e
1 changed files with 14 additions and 13 deletions

View File

@ -1296,7 +1296,8 @@ rmGhcup = do
let ghcupFilepath = binDir </> ghcupFilename
currentRunningExecPath <- liftIO $ getExecutablePath
if currentRunningExecPath == ghcupFilepath
then do
then
do
#if defined(IS_WINDOWS)
-- since it doesn't seem possible to delete a running exec in windows
-- we move it to temp dir, to be deleted at next reboot