[openpgp-applet] 43/61: Coding style : replace tabs with space (again)

Clément Hermann nodens-guest at moszumanska.debian.org
Sat Aug 15 19:15:48 UTC 2015


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

nodens-guest pushed a commit to annotated tag OpenPGP_Applet-0.9
in repository openpgp-applet.

commit 4c7320c12e96cb8c297cdcc71c6c1ecdf17361ca
Author: Clément Hermann (nodens) <nodens at nodens.org>
Date:   Fri Nov 28 13:38:05 2014 +0100

    Coding style : replace tabs with space (again)
    
    ... But finally fixing my .vimrc to avoid this.
---
 bin/openpgp-applet | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/openpgp-applet b/bin/openpgp-applet
index eaaf516..e4f7c0b 100755
--- a/bin/openpgp-applet
+++ b/bin/openpgp-applet
@@ -319,8 +319,8 @@ sub get_status {
     my $status;
     my $trusted;
     # Below taken from doc/DETAILS in GnuPG's sources
-	SWITCH: 
-	for ($code){
+    SWITCH: 
+    for ($code){
         if ($_ eq "o") { $trusted = FALSE;
                    $status = $encoding->decode(gettext("Unknown Trust")); last SWITCH; }
         if ($_ eq "-") { $trusted = FALSE;
@@ -333,9 +333,9 @@ sub get_status {
                     $status = $encoding->decode(gettext("Full Trust")); last SWITCH; }
         if ($_ eq "u") { $trusted = TRUE;
                     $status = $encoding->decode(gettext("Ultimate Trust")); last SWITCH; }
-		return;
+    	return;
 
-	}
+    }
     return ($status, $trusted);
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/openpgp-applet.git



More information about the Pkg-perl-cvs-commits mailing list