From 2e24cc143460d5080bced3ca0ee31d51aeb19441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Mon, 21 Sep 2020 21:44:46 +0200 Subject: [PATCH] checkother.h: added missing newline in classInfo - fixes tests (#2818) --- lib/checkother.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checkother.h b/lib/checkother.h index 4936802af98..3029d3734ba 100644 --- a/lib/checkother.h +++ b/lib/checkother.h @@ -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"; } }; /// @}