mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-18 19:16:21 +08:00
init-repository: whitespace fix
This commit is contained in:
@@ -269,7 +269,7 @@ sub parse_arguments
|
|||||||
'update!' => \$self->{qw{ update }},
|
'update!' => \$self->{qw{ update }},
|
||||||
'webkit!' => \$self->{qw{ webkit }},
|
'webkit!' => \$self->{qw{ webkit }},
|
||||||
|
|
||||||
'help|?' => sub { pod2usage(1); },
|
'help|?' => sub { pod2usage(1); },
|
||||||
'http' => sub { $self->{protocol} = 'http'; },
|
'http' => sub { $self->{protocol} = 'http'; },
|
||||||
'ssh|ssh-protocol' => sub { $self->{protocol} = 'ssh'; },
|
'ssh|ssh-protocol' => sub { $self->{protocol} = 'ssh'; },
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user