Skip to content

Commit 9c27ba8

Browse files
committed
astyle formatting
1 parent 5d9b226 commit 9c27ba8

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

cli/cmdlineparser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ void CmdLineParser::printHelp()
11371137
" * pic16\n"
11381138
" 16 bit PIC microcontrollers\n"
11391139
" * mips32\n"
1140-
" 32 bit MIPS microcontrollers\n"
1140+
" 32 bit MIPS microcontrollers\n"
11411141
" * native\n"
11421142
" Type sizes of host system are assumed, but no\n"
11431143
" further assumptions.\n"

platforms/mips32.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
<size_t>4</size_t>
1616
<wchar_t>4</wchar_t>
1717
</sizeof>
18-
</platform>
18+
</platform>

platforms/pic16.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
<pointer>2</pointer>
1515
<size_t>2</size_t>
1616
<wchar_t>2</wchar_t>
17-
</sizeof>
18-
</platform>
17+
</sizeof>
18+
</platform>

test/testautovariables.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,7 @@ class TestAutoVariables : public TestFixture {
17741774
ASSERT_EQUALS("", errout.str());
17751775

17761776
check("void g(std::vector<int>);\n"
1777-
"std::vector<int> h();\n"
1777+
"std::vector<int> h();\n"
17781778
"void f() {\n"
17791779
" std::vector<int>&& v = h();\n"
17801780
" g(std::move(v));\n"

0 commit comments

Comments
 (0)