Skip to content

Commit

Permalink
checkother.h: added missing newline in classInfo - fixes tests (danma…
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Sep 21, 2020
1 parent 107ee57 commit 2e24cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/checkother.h
Expand Up @@ -412,7 +412,7 @@ class CPPCHECKLIB CheckOther : public Check {
"- shadow variable.\n"
"- variable can be declared const.\n"
"- calculating modulo of one.\n"
"- known function argument, suspicious calculation.";
"- known function argument, suspicious calculation.\n";
}
};
/// @}
Expand Down

0 comments on commit 2e24cc1

Please sign in to comment.