From 33cde46068dc89b828be755c96db4c1e9643ed0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 18 Dec 2020 21:31:44 +0100 Subject: [PATCH] astyle formatting [ci skip] --- lib/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings.h b/lib/settings.h index ba0d8031e..1c852bab6 100644 --- a/lib/settings.h +++ b/lib/settings.h @@ -83,7 +83,7 @@ public: /** @brief Bug hunting */ bool bugHunting; - /** @brief Max time for bug hunting analysis in seconds, after + /** @brief Max time for bug hunting analysis in seconds, after * timeout the analysis will just stop. */ int bugHuntingCheckFunctionMaxTime;