astyle formatting
This commit is contained in:
parent
5d9b22635a
commit
9c27ba835d
|
@ -1137,7 +1137,7 @@ void CmdLineParser::printHelp()
|
||||||
" * pic16\n"
|
" * pic16\n"
|
||||||
" 16 bit PIC microcontrollers\n"
|
" 16 bit PIC microcontrollers\n"
|
||||||
" * mips32\n"
|
" * mips32\n"
|
||||||
" 32 bit MIPS microcontrollers\n"
|
" 32 bit MIPS microcontrollers\n"
|
||||||
" * native\n"
|
" * native\n"
|
||||||
" Type sizes of host system are assumed, but no\n"
|
" Type sizes of host system are assumed, but no\n"
|
||||||
" further assumptions.\n"
|
" further assumptions.\n"
|
||||||
|
|
|
@ -15,4 +15,4 @@
|
||||||
<size_t>4</size_t>
|
<size_t>4</size_t>
|
||||||
<wchar_t>4</wchar_t>
|
<wchar_t>4</wchar_t>
|
||||||
</sizeof>
|
</sizeof>
|
||||||
</platform>
|
</platform>
|
||||||
|
|
|
@ -14,5 +14,5 @@
|
||||||
<pointer>2</pointer>
|
<pointer>2</pointer>
|
||||||
<size_t>2</size_t>
|
<size_t>2</size_t>
|
||||||
<wchar_t>2</wchar_t>
|
<wchar_t>2</wchar_t>
|
||||||
</sizeof>
|
</sizeof>
|
||||||
</platform>
|
</platform>
|
||||||
|
|
|
@ -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