Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt5-staging

* 'master' of git://scm.dev.nokia.troll.no/qt/qt5-staging:
  init-repository: whitespace fix
This commit is contained in:
Qt Continuous Integration System
2011-05-11 08:53:48 +10:00

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'; },