From 5d39d5b7ebed8c8c764cd2deb75519be51d73f72 Mon Sep 17 00:00:00 2001 From: ryanriske Date: Sun, 20 Jul 2014 11:38:52 -0500 Subject: [PATCH] tabs -> spaces for consistency --- pubkey-converter.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pubkey-converter.pl b/pubkey-converter.pl index 9af99a7..a4f3372 100755 --- a/pubkey-converter.pl +++ b/pubkey-converter.pl @@ -13,9 +13,9 @@ use vars qw/ %opt /; # Command line options processing sub init() { - my $opts = 'hrdp'; - getopts( "$opts", \%opt ) or usage(); - usage() if $opt{h} or !($opt{r} or $opt{d} or $opt{p}); + my $opts = 'hrdp'; + getopts( "$opts", \%opt ) or usage(); + usage() if $opt{h} or !($opt{r} or $opt{d} or $opt{p}); } sub usage() { @@ -103,4 +103,4 @@ if (defined $pubkey) { print output_hex($pubkey) if $opt{d}; } else { usage(); -} \ No newline at end of file +}