Removed trailing whitespace in 'lib/rdlogplay.cpp'

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2023-08-25 12:25:13 -04:00
parent aa8e32d6a4
commit bce62c579f

View File

@ -1969,7 +1969,7 @@ bool RDLogPlay::StartEvent(int line,RDLogLine::TransType trans_type,
}
}
break;
case RDLogLine::Segue:
for(int i=0;i<running;i++) {
RDLogLine *prev_logline=logLine(lines[i]);