[ioquake3] 66/136: Fix tabs vs spaces.

Simon McVittie smcv at debian.org
Thu Jun 15 09:09:10 UTC 2017


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

smcv pushed a commit to branch debian/master
in repository ioquake3.

commit cf5dd87f57a70936cdb92537939a9013a9015ba1
Author: Ryan C. Gordon <icculus at icculus.org>
Date:   Wed May 31 01:04:17 2017 -0400

    Fix tabs vs spaces.
---
 code/sys/sys_main.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/code/sys/sys_main.c b/code/sys/sys_main.c
index 81d5c97..5f1d4fc 100644
--- a/code/sys/sys_main.c
+++ b/code/sys/sys_main.c
@@ -670,9 +670,9 @@ int main( int argc, char **argv )
 
 #ifdef USE_AUTOUPDATER
 {
-    #ifndef AUTOUPDATER_BIN
-    #error The build system should have defined AUTOUPDATER_BIN
-    #endif
+	#ifndef AUTOUPDATER_BIN
+	#error The build system should have defined AUTOUPDATER_BIN
+	#endif
 
 	#ifdef _WIN32
 	{
@@ -707,9 +707,9 @@ int main( int argc, char **argv )
 				if (ptr)
 					*ptr = '\0';
 				chdir(argv[0]);
-                #ifdef __APPLE__
-                chdir("../..");  /* put this at base of app bundle so paths make sense later. */
-                #endif
+				#ifdef __APPLE__
+				chdir("../..");  /* put this at base of app bundle so paths make sense later. */
+				#endif
 				snprintf(pidstr, sizeof (pidstr), "%lld", (long long) getppid());
 				execl(AUTOUPDATER_BIN, AUTOUPDATER_BIN, "--waitpid", pidstr, NULL);
 			}
@@ -721,7 +721,7 @@ int main( int argc, char **argv )
 			close(updater_pipes[0]);
 		}
 	}
-    #endif
+	#endif
 }
 #endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git



More information about the Pkg-games-commits mailing list