Run astyle.

This commit is contained in:
Edoardo Prezioso 2012-01-31 18:43:11 +01:00
parent 66e1761ffe
commit aaa6070fc9
1 changed files with 1 additions and 1 deletions

View File

@ -1345,7 +1345,7 @@ private:
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"
"{\n"