Reindent code for consistency.

This commit is contained in:
Cas Cremers
2018-10-15 09:40:07 -04:00
parent 369ae1e3f8
commit 0d9c23c33b
8 changed files with 62 additions and 57 deletions

View File

@@ -636,7 +636,7 @@ termLocal (const Term tPre, Termlist fromlist, Termlist tolist)
if (tPre == NULL)
return NULL;
t = deVar(tPre);
t = deVar (tPre);
if (realTermLeaf (t))
{
@@ -655,7 +655,7 @@ termLocal (const Term tPre, Termlist fromlist, Termlist tolist)
else
{
Term newt;
newt = termNodeDuplicate (t);
if (realTermTuple (t))
{