diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2014-12-08 19:42:32 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2014-12-08 19:42:32 +0100 |
commit | a9874f40bc9ac544e8b465f4e56b5ee75655c129 (patch) | |
tree | 0df7ac2c2d87cace57fc7a72601e6f3663b55b0a /TAO | |
parent | a7b5e71cb6468797e623445b9c769cc9e3d97bdc (diff) | |
download | ATCD-a9874f40bc9ac544e8b465f4e56b5ee75655c129.tar.gz |
Use spaces instaed of tabs
* TAO/orbsvcs/tests/ImplRepo/manual_start/run_test.pl:
Diffstat (limited to 'TAO')
-rwxr-xr-x | TAO/orbsvcs/tests/ImplRepo/manual_start/run_test.pl | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/manual_start/run_test.pl b/TAO/orbsvcs/tests/ImplRepo/manual_start/run_test.pl index 5c52465fe0e..d6f5e2614d3 100755 --- a/TAO/orbsvcs/tests/ImplRepo/manual_start/run_test.pl +++ b/TAO/orbsvcs/tests/ImplRepo/manual_start/run_test.pl @@ -23,23 +23,23 @@ $kill = 0; $server_pid = 0; if ($#ARGV >= 0) { - for (my $i = 0; $i <= $#ARGV; $i++) { - if ($ARGV[$i] eq '-debug') { - $debuglevel = 10; - } - elsif ($ARGV[$i] eq '-cd') { - $i++; - $cltdbg = $ARGV[$i]; - } - elsif ($ARGV[$i] eq '-kill') { - $kill = 1; - $cltpause = 5; - } - else { - usage(); - exit 1; - } + for (my $i = 0; $i <= $#ARGV; $i++) { + if ($ARGV[$i] eq '-debug') { + $debuglevel = 10; + } + elsif ($ARGV[$i] eq '-cd') { + $i++; + $cltdbg = $ARGV[$i]; + } + elsif ($ARGV[$i] eq '-kill') { + $kill = 1; + $cltpause = 5; + } + else { + usage(); + exit 1; } + } } my $tgt_num = 0; @@ -373,8 +373,8 @@ sub list_active_servers open (FILE, $stderr_file) or die "Can't open $stderr_file: $!"; $active_servers = 0; while (<FILE>) { - print STDERR $_; - $active_servers++; + print STDERR $_; + $active_servers++; } close FILE; print STDERR "List took $list_time seconds.\n"; |