extracttests: astyle formatting

This commit is contained in:
Daniel Marjamäki 2009-11-09 20:40:58 +01:00
parent d85fb9dd3d
commit 293631745a
1 changed files with 69 additions and 69 deletions

View File

@ -31,7 +31,7 @@ int main(const int argc, const char * const * const argv)
{ {
std::string::size_type pos = line.find_first_not_of(" "); std::string::size_type pos = line.find_first_not_of(" ");
if (pos > 0 && pos != std::string::npos) if (pos > 0 && pos != std::string::npos)
line.erase(0,pos); line.erase(0, pos);
} }
if (line.compare(0, 5, "void ") == 0) if (line.compare(0, 5, "void ") == 0)
@ -41,7 +41,7 @@ int main(const int argc, const char * const * const argv)
continue; continue;
} }
if (line =="}") if (line == "}")
{ {
testname = ""; testname = "";
subcount = 0; subcount = 0;