Skip to content

Commit

Permalink
Whitespace cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Trott committed Dec 8, 2010
1 parent 3143a9a commit 776abc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions lib/Crypt/OpenPGP/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ sub canonical_text {
sub _ensure_bigint {
my $num = shift;
if ($num && (! ref $num || ! $num->isa('Math::BigInt'))) {
$num = Math::BigInt->new($num);
my $num = shift;
if ($num && (! ref $num || ! $num->isa('Math::BigInt'))) {
$num = Math::BigInt->new($num);
}
return $num;
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypt/OpenPGP/Words.pm
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ use base qw( Crypt::OpenPGP::ErrorHandler );
upshot vapor village virus
Vulcan waffle wallet watchword
wayside willow woodlark Zulu
) ],
) ],

## Three-syllable words for encoding even bytes
[ qw(
Expand Down

0 comments on commit 776abc3

Please sign in to comment.