Run astyle

This commit is contained in:
Thomas Jarosch 2011-10-28 22:39:36 +02:00
parent 91a5d95bc9
commit e3c67fed12
1 changed files with 3 additions and 3 deletions

View File

@ -1100,7 +1100,7 @@ private:
" *pd = 10;\n"
"}\n");
ASSERT_EQUALS("[test.cpp:10]: (error) Null pointer dereference\n", errout.str());
}
}
// Check if pointer is null and the dereference it
void pointerCheckAndDeRef() {