Correct indendiation
This commit is contained in:
parent
155955e31d
commit
fae1bcde9b
1 changed files with 4 additions and 4 deletions
|
@ -258,10 +258,10 @@ function getHeardList($logLines, $onlyLast) {
|
||||||
$ber = $ts2ber;
|
$ber = $ts2ber;
|
||||||
break;
|
break;
|
||||||
case "YSF":
|
case "YSF":
|
||||||
$duration = $ysfduration;
|
$duration = $ysfduration;
|
||||||
$loss = $ysfloss;
|
$loss = $ysfloss;
|
||||||
$ber = $ysfber;
|
$ber = $ysfber;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Callsign or ID should be less than 11 chars long, otherwise it could be errorneous
|
// Callsign or ID should be less than 11 chars long, otherwise it could be errorneous
|
||||||
|
|
Loading…
Reference in a new issue