diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index 5673a6c8f..e91bc41dc 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -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" diff --git a/platforms/mips32.xml b/platforms/mips32.xml index 44cbc5903..c8fb46d40 100644 --- a/platforms/mips32.xml +++ b/platforms/mips32.xml @@ -15,4 +15,4 @@ 4 4 - \ No newline at end of file + diff --git a/platforms/pic16.xml b/platforms/pic16.xml index 2c926957a..44fa44caa 100644 --- a/platforms/pic16.xml +++ b/platforms/pic16.xml @@ -14,5 +14,5 @@ 2 2 2 - - \ No newline at end of file + + diff --git a/test/testautovariables.cpp b/test/testautovariables.cpp index e46df5fa6..aa79e9258 100644 --- a/test/testautovariables.cpp +++ b/test/testautovariables.cpp @@ -1774,7 +1774,7 @@ private: ASSERT_EQUALS("", errout.str()); check("void g(std::vector);\n" - "std::vector h();\n" + "std::vector h();\n" "void f() {\n" " std::vector&& v = h();\n" " g(std::move(v));\n"