[Rt-commit] r7605 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Sat Apr 21 11:44:40 EDT 2007


Author: ruz
Date: Sat Apr 21 11:44:39 2007
New Revision: 7605

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm

Log:
 r5047 at cubic-pc:  cubic | 2007-04-21 18:49:13 +0400
 * indent


Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm	Sat Apr 21 11:44:39 2007
@@ -129,7 +129,7 @@
             close $handle{'input'};
             waitpid $pid, 0;
         };
-	my $err = $@;
+        my $err = $@;
         my @signature = readline $handle{'output'};
         close $handle{'output'};
 


More information about the Rt-commit mailing list