astyle formatting
This commit is contained in:
parent
71f08d0a66
commit
7035d4cdd2
|
@ -1045,8 +1045,7 @@ private:
|
||||||
ASSERT_EQUALS("[test.cpp:13]: (warning) Member variable 'Fred::ints' is not assigned a value in 'Fred::operator='\n", errout.str());
|
ASSERT_EQUALS("[test.cpp:13]: (warning) Member variable 'Fred::ints' is not assigned a value in 'Fred::operator='\n", errout.str());
|
||||||
}
|
}
|
||||||
|
|
||||||
void explicit_constructor()
|
void explicit_constructor() {
|
||||||
{
|
|
||||||
check("class Fred\n"
|
check("class Fred\n"
|
||||||
"{\n"
|
"{\n"
|
||||||
" Fred(int i);\n"
|
" Fred(int i);\n"
|
||||||
|
|
Loading…
Reference in New Issue