From 99165fd54301f1c3e3a4adbcd3ee0bbca30f0eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 29 Jun 2024 21:35:55 +0200 Subject: [PATCH] runformat --- gui/resultstree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/resultstree.h b/gui/resultstree.h index cd3321587ad0..2075f73e01b0 100644 --- a/gui/resultstree.h +++ b/gui/resultstree.h @@ -188,7 +188,7 @@ class ResultsTree : public QTreeView { void setReportType(const QString& reportType); - enum class ReportType: std::uint8_t {normal, autosar, certC, certCpp, misraC, misraCpp2008, misraCpp2023}; + enum class ReportType : std::uint8_t {normal, autosar, certC, certCpp, misraC, misraCpp2008, misraCpp2023}; signals: /**