astyle formatting

This commit is contained in:
Daniel Marjamäki 2013-06-14 07:22:46 +02:00
parent ae36472a1b
commit eac4ebf185
1 changed files with 1 additions and 2 deletions

View File

@ -1891,8 +1891,7 @@ private:
"[test.cpp:42]: (warning) Member variable 'F::c' is not initialized in the constructor.\n", errout.str());
}
void uninitVar26()
{
void uninitVar26() {
check("class A {\n"
" int * v;\n"
" int sz;\n"