More whitespace cleanups

This commit is contained in:
Tiago Gomes
2012-12-20 23:19:10 +00:00
parent 421d6f72ee
commit 01d8f8e178
61 changed files with 209 additions and 210 deletions

View File

@@ -51,7 +51,7 @@ class LogVar
}
bool valid (void) const
{
{
return id_ != Util::maxUnsigned();
}
@@ -145,7 +145,7 @@ class Substitution
return X;
}
bool containsReplacementFor (LogVar X) const
bool containsReplacementFor (LogVar X) const
{
return Util::contains (subs_, X);
}