Perltidied

This commit is contained in:
Duncan Ferguson 2015-11-15 22:03:54 +00:00
parent d5fae40c2a
commit 54499686bf
2 changed files with 8 additions and 4 deletions

View file

@ -2046,12 +2046,14 @@ sub run {
$self->config->{extra_tag_file} || '' );
if ( $self->options->list ) {
print( 'Available cluster tags:', $/ ) unless($self->options->quiet);
print( 'Available cluster tags:', $/ )
unless ( $self->options->quiet );
print "\t", $_, $/ foreach ( sort( $self->cluster->list_tags ) );
my @external_clusters = $self->cluster->list_external_clusters;
if (@external_clusters) {
print( 'Available external command tags:', $/ ) unless($self->options->quiet);
print( 'Available external command tags:', $/ )
unless ( $self->options->quiet );
print "\t", $_, $/ foreach ( sort(@external_clusters) );
}
@ -2085,7 +2087,8 @@ sub run {
$self->debug( 2, "Capture map events" );
$self->capture_map_events();
$self->debug( 0, 'Opening to: ', join( ' ', @servers ) ) if (@servers && ! $self->options->quiet);
$self->debug( 0, 'Opening to: ', join( ' ', @servers ) )
if ( @servers && !$self->options->quiet );
$self->open_client_windows(@servers);
# Check here if we are tiling windows. Here instead of in func so