Skip to content

Commit

Permalink
runformat
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Jun 29, 2024
1 parent 7eadf7b commit 99165fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/resultstree.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
/**
Expand Down

0 comments on commit 99165fd

Please sign in to comment.