clang-tidy: apply suggested fixes
[lttng-tools.git] / src / common / conditions / event-rule-matches.cpp
index d86d2ad7b048b036133f8e9ee8f66049287de5f6..91012f475cc97fc7fea324fbd4198c9adce7ffa3 100644 (file)
@@ -30,7 +30,7 @@
 
 static bool is_event_rule_matches_evaluation(const struct lttng_evaluation *evaluation)
 {
-       enum lttng_condition_type type = lttng_evaluation_get_type(evaluation);
+       const lttng_condition_type type = lttng_evaluation_get_type(evaluation);
 
        return type == LTTNG_CONDITION_TYPE_EVENT_RULE_MATCHES;
 }
This page took 0.025366 seconds and 4 git commands to generate.