Unverified Commit 2a32f5f4 authored by Steve Holme's avatar Steve Holme
Browse files

winbuild: Use two space indentation

Closes #3930
parent 8144ba38
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ IF %ERRORLEVEL% == 1 (
  ECHO.
) ELSE (
  nmake /f Makefile.vc mode=static DEBUG=yes GEN_PDB=yes 
    IF %ERRORLEVEL% NEQ 0 (ECHO "Error: Build Failed")
  IF %ERRORLEVEL% NEQ 0 (
    ECHO "Error: Build Failed"
  )
)
+1 −1

File changed.

Contains only whitespace changes.