code formatting

This commit is contained in:
Gwenhael Le Moine 2024-10-08 16:40:42 +02:00
parent 5aab3c06c2
commit 46e1426818
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -169,9 +169,7 @@ void ChfSignal( const int module_id )
chf_context.condition_base->next = current_condition;
current_condition = chf_context.condition_sp - 1;
chf_context.condition_base = chf_context.condition_sp;
}
else
} else
chf_context.condition_sp = chf_context.condition_base;
}
@ -310,9 +308,7 @@ void ChfSignal( const int module_id )
ChfGenerate( module_id, __FILE__, __LINE__, CHF_F_INVALID_ACTION, CHF_FATAL, handler_result );
ChfSignal( module_id );
}
else
} else
ChfAbort( CHF_ABORT_INVALID_ACTION );
break;