vncserver: fix formatting

This commit is contained in:
Dmitry Maksyoma 2021-07-31 00:39:20 +12:00
parent c435e6ba7d
commit 55525a627b

View File

@ -386,9 +386,9 @@ sub CheckGeometryAndDepth
sub GetLowestAvailableDisplayNumber
{
foreach $n (1..99) {
if (&CheckDisplayNumber($n)) {
return $n+0; # Bruce Mah's workaround for bug in perl 5.005_02
}
if (&CheckDisplayNumber($n)) {
return $n+0; # Bruce Mah's workaround for bug in perl 5.005_02
}
}
die "$prog: no free display number on $host.\n";