pretty the code structure

pull/2111/head
Isaac Connor 2018-05-24 10:59:26 -04:00
parent b7129578c1
commit e831c1563d
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ Event::Event(
untimedEvent = true;
start_time = now;
} else if ( start_time.tv_sec > now.tv_sec ) {
Error("StartTime in the future %u.%u > %u.%u",
Error(
"StartTime in the future %u.%u > %u.%u",
start_time.tv_sec, start_time.tv_usec, now.tv_sec, now.tv_usec
);
start_time = now;