From 8aec886450414ce9319fc2dfd6e3adfd5cbe7419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 12 Nov 2022 22:36:15 +0100 Subject: [PATCH] runformat --- lib/errortypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/errortypes.h b/lib/errortypes.h index f7a3a51ec..c3807a56c 100644 --- a/lib/errortypes.h +++ b/lib/errortypes.h @@ -42,9 +42,9 @@ struct InternalError { std::string id; }; -class TerminateException: public std::runtime_error { +class TerminateException : public std::runtime_error { public: - TerminateException(): std::runtime_error("terminate") {} + TerminateException() : std::runtime_error("terminate") {} }; class CPPCHECKLIB Certainty {