astyle formatting

This commit is contained in:
Daniel Marjamäki 2013-07-19 09:28:45 +02:00
parent 794aebe3cf
commit 7eb1f36200
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ private:
" fatal_error();\n"
"}");
ASSERT_EQUALS("[test.c:3]: (information) --check-library: Function fatal_error() should have <noreturn> configuration\n"
"[test.c:4]: (information) --check-library: Function fatal_error() should have <use>/<ignore> configuration\n",
"[test.c:4]: (information) --check-library: Function fatal_error() should have <use>/<ignore> configuration\n",
errout.str());
}