- Re-indented the files.
This commit is contained in:
@@ -1147,7 +1147,7 @@ claimSecrecy (const System sys, const Term t)
|
||||
{
|
||||
t = deVar (t);
|
||||
if (isTermTuple (t))
|
||||
return csScan (TermOp1(t)) && csScan (TermOp2(t));
|
||||
return csScan (TermOp1 (t)) && csScan (TermOp2 (t));
|
||||
else
|
||||
return isTermSecret (sys, t);
|
||||
}
|
||||
@@ -1171,8 +1171,8 @@ secrecyUnfolding (Term t, const Knowledge know)
|
||||
{
|
||||
t = deVar (t);
|
||||
if (isTermTuple (t))
|
||||
return termlistConcat (secrecyUnfolding (TermOp1(t), know),
|
||||
secrecyUnfolding (TermOp2(t), know));
|
||||
return termlistConcat (secrecyUnfolding (TermOp1 (t), know),
|
||||
secrecyUnfolding (TermOp2 (t), know));
|
||||
else
|
||||
{
|
||||
if (inKnowledge (know, t))
|
||||
|
||||
Reference in New Issue
Block a user