Reindenting code.
This commit is contained in:
@@ -926,12 +926,13 @@ tuple_to_termlist (Term t)
|
||||
}
|
||||
|
||||
//! Get the leftmost term of a tuple (e.g. a non-tuple)
|
||||
Term termLeft(Term t)
|
||||
Term
|
||||
termLeft (Term t)
|
||||
{
|
||||
t = deVar(t);
|
||||
t = deVar (t);
|
||||
if (realTermTuple (t))
|
||||
{
|
||||
return termLeft(TermOp1 (t));
|
||||
return termLeft (TermOp1 (t));
|
||||
}
|
||||
return t;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user