From c99fc84f84b9ac9c5c2501795712ce8bdb3e97ff Mon Sep 17 00:00:00 2001
From: Mattia Rizzolo <mattia@mapreri.org>
Date: Sun, 15 Nov 2015 12:14:56 +0000
Subject: whitespaces normalizing

Gbp-Dch: Ignore
---
 pbuilder-checkparams | 25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/pbuilder-checkparams b/pbuilder-checkparams
index 74666ca..54ed075 100755
--- a/pbuilder-checkparams
+++ b/pbuilder-checkparams
@@ -319,20 +319,19 @@ fi
 
 case "$PBCURRENTCOMMANDLINEOPERATION" in 
     --login|login|--execute|execute|--pdebuild|pdebuild)
-	# don't do anything if it is "login", or pdebuild
-	;;
+        # don't do anything if it is "login", or pdebuild
+        ;;
     *)
-# line from kobras@debian.org
-	if [ "$DEBIAN_FRONTEND" = "noninteractive" -o "$DEBIAN_FRONTEND" = "Noninteractive" ]; then
-	    exec < /dev/null
-
-	    # set variables used in the upgrade option.
-	    FORCE_CONFNEW[0]='-o'
-	    FORCE_CONFNEW[1]='DPkg::Options::=--force-confnew'
-	else
-	    unset FORCE_CONFNEW || true
-	fi
-	;;
+        # line from kobras@debian.org
+        if [ "$DEBIAN_FRONTEND" = "noninteractive" -o "$DEBIAN_FRONTEND" = "Noninteractive" ]; then
+            exec < /dev/null
+            # set variables used in the upgrade option.
+            FORCE_CONFNEW[0]='-o'
+            FORCE_CONFNEW[1]='DPkg::Options::=--force-confnew'
+        else
+            unset FORCE_CONFNEW || true
+        fi
+        ;;
 esac
 
 if [ -n "$CCACHEDIR" ]; then
-- 
cgit v1.2.3