extracttests: astyle formatting
This commit is contained in:
parent
d85fb9dd3d
commit
293631745a
|
@ -31,7 +31,7 @@ int main(const int argc, const char * const * const argv)
|
|||
{
|
||||
std::string::size_type pos = line.find_first_not_of(" ");
|
||||
if (pos > 0 && pos != std::string::npos)
|
||||
line.erase(0,pos);
|
||||
line.erase(0, pos);
|
||||
}
|
||||
|
||||
if (line.compare(0, 5, "void ") == 0)
|
||||
|
@ -41,7 +41,7 @@ int main(const int argc, const char * const * const argv)
|
|||
continue;
|
||||
}
|
||||
|
||||
if (line =="}")
|
||||
if (line == "}")
|
||||
{
|
||||
testname = "";
|
||||
subcount = 0;
|
||||
|
|
Loading…
Reference in New Issue