Running astyle.
This commit is contained in:
parent
cebc105856
commit
08d6c244ee
|
@ -3428,8 +3428,8 @@ private:
|
||||||
" double x, y, z;\n"
|
" double x, y, z;\n"
|
||||||
"};");
|
"};");
|
||||||
TODO_ASSERT_EQUALS("", "[test.cpp:10]: (warning) Redundant assignment of 'x' to itself.\n"
|
TODO_ASSERT_EQUALS("", "[test.cpp:10]: (warning) Redundant assignment of 'x' to itself.\n"
|
||||||
"[test.cpp:10]: (warning) Redundant assignment of 'y' to itself.\n"
|
"[test.cpp:10]: (warning) Redundant assignment of 'y' to itself.\n"
|
||||||
"[test.cpp:10]: (warning) Redundant assignment of 'z' to itself.\n", errout.str());
|
"[test.cpp:10]: (warning) Redundant assignment of 'z' to itself.\n", errout.str());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue