[Rt-commit] r15484 - rt/3.8/trunk/lib/RT/Crypt

ruz at bestpractical.com ruz at bestpractical.com
Tue Aug 26 10:57:06 EDT 2008


Author: ruz
Date: Tue Aug 26 10:57:05 2008
New Revision: 15484

Modified:
   rt/3.8/trunk/lib/RT/Crypt/GnuPG.pm

Log:
* minor

Modified: rt/3.8/trunk/lib/RT/Crypt/GnuPG.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Crypt/GnuPG.pm	(original)
+++ rt/3.8/trunk/lib/RT/Crypt/GnuPG.pm	Tue Aug 26 10:57:05 2008
@@ -466,8 +466,8 @@
             }
         }
 
-    my ($handles, $handle_list) = _make_gpg_handles(stdin =>IO::Handle::CRLF->new );
-    my %handle = %$handle_list;
+        my ($handles, $handle_list) = _make_gpg_handles(stdin =>IO::Handle::CRLF->new );
+        my %handle = %$handle_list;
 
         $gnupg->passphrase( $args{'Passphrase'} );
 


More information about the Rt-commit mailing list