init-repository: whitespace fix

This commit is contained in:
Rohan McGovern
2011-05-11 08:48:55 +10:00
parent 423219ddfe
commit 5bba019a81

View File

@@ -269,7 +269,7 @@ sub parse_arguments
'update!' => \$self->{qw{ update }},
'webkit!' => \$self->{qw{ webkit }},
'help|?' => sub { pod2usage(1); },
'help|?' => sub { pod2usage(1); },
'http' => sub { $self->{protocol} = 'http'; },
'ssh|ssh-protocol' => sub { $self->{protocol} = 'ssh'; },