Reformatted
This commit is contained in:
parent
06917b836b
commit
267f92763e
6 changed files with 31 additions and 30 deletions
|
|
@ -76,7 +76,8 @@ Sequence::begin()
|
|||
}
|
||||
|
||||
if (this->isRunning()) {
|
||||
SPDLOG_WARN("Kompute Sequence begin called when sequence still running");
|
||||
SPDLOG_WARN(
|
||||
"Kompute Sequence begin called when sequence still running");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue