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

@ -1137,7 +1137,7 @@ void CmdLineParser::printHelp()
" * pic16\n"
" 16 bit PIC microcontrollers\n"
" * mips32\n"
" 32 bit MIPS microcontrollers\n"
" 32 bit MIPS microcontrollers\n"
" * native\n"
" Type sizes of host system are assumed, but no\n"
" further assumptions.\n"

View File

@ -15,4 +15,4 @@
<size_t>4</size_t>
<wchar_t>4</wchar_t>
</sizeof>
</platform>
</platform>

View File

@ -14,5 +14,5 @@
<pointer>2</pointer>
<size_t>2</size_t>
<wchar_t>2</wchar_t>
</sizeof>
</platform>
</sizeof>
</platform>

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"