indenting
This commit is contained in:
parent
9bfdfeb204
commit
f474dbdb2a
3
C/qlyw.c
3
C/qlyw.c
@ -713,7 +713,7 @@ clean_pred(PredEntry *pp USES_REGS) {
|
|||||||
} else {
|
} else {
|
||||||
CleanClauses(pp->cs.p_code.FirstClause, pp->cs.p_code.LastClause, pp PASS_REGS);
|
CleanClauses(pp->cs.p_code.FirstClause, pp->cs.p_code.LastClause, pp PASS_REGS);
|
||||||
}
|
}
|
||||||
return TRUE;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
static size_t
|
static size_t
|
||||||
@ -978,4 +978,3 @@ void Yap_InitQLY(void)
|
|||||||
restore_codes();
|
restore_codes();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user