astyle formatting

This commit is contained in:
Daniel Marjamäki 2020-11-19 21:25:49 +01:00
parent 5d9b22635a
commit 9c27ba835d
4 changed files with 5 additions and 5 deletions

View File

@ -1774,7 +1774,7 @@ private:
ASSERT_EQUALS("", errout.str());
check("void g(std::vector<int>);\n"
"std::vector<int> h();\n"
"std::vector<int> h();\n"
"void f() {\n"
" std::vector<int>&& v = h();\n"
" g(std::move(v));\n"