astyle formatting
This commit is contained in:
parent
8b1ffefd74
commit
85afa86da3
|
@ -193,7 +193,7 @@ bool MathLib::isInt(const std::string & s)
|
||||||
};
|
};
|
||||||
// unsigned or long
|
// unsigned or long
|
||||||
while (std::tolower(s[n]) == 'u' || std::tolower(s[n]) == 'l') ++n;
|
while (std::tolower(s[n]) == 'u' || std::tolower(s[n]) == 'l') ++n;
|
||||||
|
|
||||||
if(bStartsWithDigit==false)
|
if(bStartsWithDigit==false)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
@ -125,8 +125,9 @@ void TestFixture::assertEquals(const char *filename, int linenr, const std::stri
|
||||||
<< writestr(expected) << std::endl
|
<< writestr(expected) << std::endl
|
||||||
<< "Actual:" << std::endl
|
<< "Actual:" << std::endl
|
||||||
<< writestr(actual) << std::endl;
|
<< writestr(actual) << std::endl;
|
||||||
if (!msg.empty()) {
|
if (!msg.empty())
|
||||||
errmsg << msg << std::endl;
|
{
|
||||||
|
errmsg << msg << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue