From aeef7117fecb3c31c78bc6efb00fc7a869682fe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 3 Jun 2017 11:34:30 +0200 Subject: [PATCH] astyle formatting [ci skip] --- lib/check.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/check.h b/lib/check.h index b0f067b20..1368345b2 100644 --- a/lib/check.h +++ b/lib/check.h @@ -34,7 +34,7 @@ /** * When -DUNSTABLE is used, Cppcheck will be more unstable and can crash * when there is wrong data. This is intended to be used in daca2. - * + * * Use CHECK_WRONG_DATA in checkers when you avoid crashes for wrong data. */ #ifdef UNSTABLE