Run astyle.
This commit is contained in:
parent
66e1761ffe
commit
aaa6070fc9
|
@ -1345,7 +1345,7 @@ private:
|
||||||
ASSERT_EQUALS("[test.cpp:8]: (error) Array 'fred.data[3]' index 4 out of bounds\n", errout.str());
|
ASSERT_EQUALS("[test.cpp:8]: (error) Array 'fred.data[3]' index 4 out of bounds\n", errout.str());
|
||||||
}
|
}
|
||||||
|
|
||||||
void array_index_42(){ // ticket #3569
|
void array_index_42() { // ticket #3569
|
||||||
|
|
||||||
check("void f()\n"
|
check("void f()\n"
|
||||||
"{\n"
|
"{\n"
|
||||||
|
|
Loading…
Reference in New Issue