clang-tidy: apply suggested fixes
[lttng-tools.git] / src / bin / lttng / commands / list_triggers.cpp
index 03e567c86d449c317f91df4fd1dd67de04dc014a..0cedb26421e976d48c2d5ad271056c97b155d4a4 100644 (file)
@@ -250,7 +250,7 @@ static void print_event_rule_kernel_tracepoint(const struct lttng_event_rule *ev
 static void print_event_rule_logging(const struct lttng_event_rule *event_rule)
 {
        enum lttng_event_rule_status event_rule_status;
-       enum lttng_event_rule_type event_rule_type = lttng_event_rule_get_type(event_rule);
+       const lttng_event_rule_type event_rule_type = lttng_event_rule_get_type(event_rule);
        const char *pattern;
        const char *filter;
        int log_level;
This page took 0.023058 seconds and 4 git commands to generate.