astyle formatting

This commit is contained in:
Daniel Marjamäki 2013-07-28 11:53:49 +02:00
parent 862eb351d5
commit 36ef34a2cf
2 changed files with 3 additions and 3 deletions

View File

@ -343,7 +343,7 @@ private:
" } while(!done);\n"
" return;"
"}"
);
);
ASSERT_EQUALS("", errout.str());
}