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) <nod...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to