astyle formatting
This commit is contained in:
parent
5d9b22635a
commit
9c27ba835d
|
@ -1774,7 +1774,7 @@ private:
|
||||||
ASSERT_EQUALS("", errout.str());
|
ASSERT_EQUALS("", errout.str());
|
||||||
|
|
||||||
check("void g(std::vector<int>);\n"
|
check("void g(std::vector<int>);\n"
|
||||||
"std::vector<int> h();\n"
|
"std::vector<int> h();\n"
|
||||||
"void f() {\n"
|
"void f() {\n"
|
||||||
" std::vector<int>&& v = h();\n"
|
" std::vector<int>&& v = h();\n"
|
||||||
" g(std::move(v));\n"
|
" g(std::move(v));\n"
|
||||||
|
|
Loading…
Reference in New Issue