[icebreaker] 02/09: Remove trailing whitespace

Markus Koschany apo at moszumanska.debian.org
Sun Sep 10 17:16:05 UTC 2017


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

apo pushed a commit to branch master
in repository icebreaker.

commit 983ab0677d48d77f5c701fd0af9f54c67f387c9d
Author: Markus Koschany <apo at debian.org>
Date:   Sun Sep 10 03:36:29 2017 +0200

    Remove trailing whitespace
---
 debian/postinst | 2 +-
 debian/rules    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/postinst b/debian/postinst
index e102043..2f7ab51 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -26,7 +26,7 @@ case "$1" in
     configure)
 
     if [ -f /var/lib/games/icebreaker.scores -a ! -f /var/games/icebreaker.scores ]; then
-	mv /var/lib/games/icebreaker.scores /var/games/icebreaker.scores
+    mv /var/lib/games/icebreaker.scores /var/games/icebreaker.scores
     fi
 
     touch /var/games/icebreaker.scores
diff --git a/debian/rules b/debian/rules
index be73f12..ddaf11c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
-	dh $@  
+	dh $@
 
 override_dh_auto_build:
 	dh_auto_build -- prefix=/usr highscoredir=/var/games

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



More information about the Pkg-games-commits mailing list