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

@@ -61,7 +61,7 @@ ProbFormula::countedLogVar (void) const
}
void
ProbFormula::setCountedLogVar (LogVar lv)
{
@@ -92,9 +92,10 @@ ProbFormula::rename (LogVar oldName, LogVar newName)
}
bool operator== (const ProbFormula& f1, const ProbFormula& f2)
{
return f1.group_ == f2.group_ &&
{
return f1.group_ == f2.group_ &&
f1.logVars_ == f2.logVars_;
}