make style

This commit is contained in:
Philippe Teuwen 2019-03-28 14:19:41 +01:00
commit db4aa08b78
28 changed files with 617 additions and 617 deletions

View file

@ -242,9 +242,9 @@ void mrev(model_t *model) {
void mnovel(model_t *model) {
/* remove name and check string from modified model */
/* previous classification no longer applies */
/* previous classification no longer applies */
model->name = NULL;
model->flags &= ~P_CLMASK;
model->flags &= ~P_CLMASK;
pfree(&model->check);
pfree(&model->magic);
}