[kernel-team] 01/01: scripts/d-k-prerelease: Use consistently spaces (convert tabs to spaces)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sat Jan 2 18:52:14 UTC 2016


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

carnil pushed a commit to branch master
in repository kernel-team.

commit 8a8f7d6d77fe4dc84754134c2fbed2409d6df181
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Jan 2 19:51:17 2016 +0100

    scripts/d-k-prerelease: Use consistently spaces (convert tabs to spaces)
---
 scripts/d-k-prerelease | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/scripts/d-k-prerelease b/scripts/d-k-prerelease
index c0145b0..e75afe4 100755
--- a/scripts/d-k-prerelease
+++ b/scripts/d-k-prerelease
@@ -25,12 +25,12 @@ ver="$(dpkg-parsechangelog -S Version)"
 case "$branch" in
 master)
     case "$ver" in
-	*~exp*)
-	    dist=experimental
-	    ;;
-	*)
-	    dist=unstable
-	    ;;
+    *~exp*)
+        dist=experimental
+        ;;
+    *)
+        dist=unstable
+        ;;
     esac
     ;;
 sid)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/kernel-team.git



More information about the Kernel-svn-changes mailing list