Skip to content

Commit 2e24cc1

Browse files
authored
checkother.h: added missing newline in classInfo - fixes tests (#2818)
1 parent 107ee57 commit 2e24cc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/checkother.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ class CPPCHECKLIB CheckOther : public Check {
412412
"- shadow variable.\n"
413413
"- variable can be declared const.\n"
414414
"- calculating modulo of one.\n"
415-
"- known function argument, suspicious calculation.";
415+
"- known function argument, suspicious calculation.\n";
416416
}
417417
};
418418
/// @}

0 commit comments

Comments
 (0)