checkother.h: added missing newline in classInfo - fixes tests (#2818)
This commit is contained in:
parent
107ee57e7a
commit
2e24cc1434
|
@ -412,7 +412,7 @@ private:
|
||||||
"- shadow variable.\n"
|
"- shadow variable.\n"
|
||||||
"- variable can be declared const.\n"
|
"- variable can be declared const.\n"
|
||||||
"- calculating modulo of one.\n"
|
"- calculating modulo of one.\n"
|
||||||
"- known function argument, suspicious calculation.";
|
"- known function argument, suspicious calculation.\n";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
/// @}
|
/// @}
|
||||||
|
|
Loading…
Reference in New Issue