indenting

This commit is contained in:
Vitor Santos Costa 2016-07-31 04:34:22 -05:00
parent 9bfdfeb204
commit f474dbdb2a
1 changed files with 17 additions and 18 deletions

View File

@ -713,7 +713,7 @@ clean_pred(PredEntry *pp USES_REGS) {
} else {
CleanClauses(pp->cs.p_code.FirstClause, pp->cs.p_code.LastClause, pp PASS_REGS);
}
return TRUE;
return true;
}
static size_t
@ -978,4 +978,3 @@ void Yap_InitQLY(void)
restore_codes();
}
}