Formatting

This commit is contained in:
Artur Meski
2018-12-29 22:07:26 +00:00
parent 53504d6514
commit e4f5b7271e
11 changed files with 93 additions and 72 deletions

View File

@@ -110,12 +110,11 @@ void rsin_driver::useContextAutomaton(void)
void rsin_driver::makeProgressive(void)
{
make_progressive = true;
if (use_ctx_aut)
{
if (use_ctx_aut) {
getReactionSystem()->ctxAutEnableProgressiveClosure();
}
else
{
else {
FERROR("Context automaton not enabled");
}
}