[iortcw] 436/497: All: Fix whitespace consistency in previous commit

Simon McVittie smcv at debian.org
Fri Sep 8 10:37:44 UTC 2017


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

smcv pushed a commit to annotated tag 1.42d
in repository iortcw.

commit 0d60fe6f20d0dc031525e616fd2a9fbedf8999de
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date:   Wed Nov 18 15:17:05 2015 -0500

    All: Fix whitespace consistency in previous commit
---
 MP/Makefile | 6 +++---
 SP/Makefile | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/MP/Makefile b/MP/Makefile
index 9a32bef..425312e 100644
--- a/MP/Makefile
+++ b/MP/Makefile
@@ -983,15 +983,15 @@ ifndef RANLIB
 endif
 
 ifndef HAVE_VM_COMPILED
-HAVE_VM_COMPILED = false
+  HAVE_VM_COMPILED=false
 endif
 
 ifneq ($(findstring $(ARCH),x86 x86_64 ppc ppc64 sparc sparc64),)
-  HAVE_VM_COMPILED = true
+  HAVE_VM_COMPILED=true
 endif
 
 ifeq ($(ARM_VER_CHECK),armv7l)
-  HAVE_VM_COMPILED = true
+  HAVE_VM_COMPILED=true
 endif
 
 ifneq ($(HAVE_VM_COMPILED),true)
diff --git a/SP/Makefile b/SP/Makefile
index 2c5b7c5..6f64b14 100644
--- a/SP/Makefile
+++ b/SP/Makefile
@@ -975,15 +975,15 @@ ifndef RANLIB
 endif
 
 ifndef HAVE_VM_COMPILED
-HAVE_VM_COMPILED = false
+  HAVE_VM_COMPILED=false
 endif
 
 ifneq ($(findstring $(ARCH),x86 x86_64 ppc ppc64 sparc sparc64),)
-  HAVE_VM_COMPILED = true
+  HAVE_VM_COMPILED=true
 endif
 
 ifeq ($(ARM_VER_CHECK),armv7l)
-  HAVE_VM_COMPILED = true
+  HAVE_VM_COMPILED=true
 endif
 
 ifneq ($(HAVE_VM_COMPILED),true)

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



More information about the Pkg-games-commits mailing list