gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 23/63: winbuild: Use two space indentation


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 23/63: winbuild: Use two space indentation
Date: Fri, 07 Jun 2019 18:36:45 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 2a32f5f4579a42a7ebdf571772bc4517fa19fab3
Author: Steve Holme <address@hidden>
AuthorDate: Tue May 14 10:00:09 2019 +0100

    winbuild: Use two space indentation
    
    Closes #3930
---
 winbuild/gen_resp_file.bat |  2 +-
 winbuild/makedebug.cmd     | 11 ++++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/winbuild/gen_resp_file.bat b/winbuild/gen_resp_file.bat
index 8b6dbc577..79a27acf7 100755
--- a/winbuild/gen_resp_file.bat
+++ b/winbuild/gen_resp_file.bat
@@ -22,7 +22,7 @@ rem *
 rem ***************************************************************************
 
 if exist %OUTFILE% (
-    del %OUTFILE%
+  del %OUTFILE%
 )
 
 echo %MACRO_NAME% = \> %OUTFILE%
diff --git a/winbuild/makedebug.cmd b/winbuild/makedebug.cmd
index 899b744d7..9b59284c6 100644
--- a/winbuild/makedebug.cmd
+++ b/winbuild/makedebug.cmd
@@ -24,10 +24,11 @@ rem 
***************************************************************************
 where.exe nmake.exe >nul 2>&1
 
 IF %ERRORLEVEL% == 1 (
-    ECHO Error: Can't find `nmake.exe` - be sure to run this script from 
within a Developer Command-Prompt
-    ECHO.
+  ECHO Error: Can't find `nmake.exe` - be sure to run this script from within 
a Developer Command-Prompt
+  ECHO.
 ) ELSE (
-    nmake /f Makefile.vc mode=static DEBUG=yes GEN_PDB=yes 
-    IF %ERRORLEVEL% NEQ 0 (ECHO "Error: Build Failed")
+  nmake /f Makefile.vc mode=static DEBUG=yes GEN_PDB=yes 
+  IF %ERRORLEVEL% NEQ 0 (
+    ECHO "Error: Build Failed"
+  )
 )
-

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]