Clean-up: run format-cpp on the tree
[lttng-tools.git] / include / lttng / event-rule / event-rule.h
index 0c2453ccfd772c13aab52d0c041ef4c8729ebcf7..a75db771e9e2155e20ef7de2f2fd7609256e998b 100644 (file)
@@ -48,8 +48,8 @@ enum lttng_event_rule_status {
  * Returns the type of an event rule on success, LTTNG_EVENT_RULE_UNKNOWN on
  * error.
  */
-LTTNG_EXPORT extern enum lttng_event_rule_type lttng_event_rule_get_type(
-               const struct lttng_event_rule *event_rule);
+LTTNG_EXPORT extern enum lttng_event_rule_type
+lttng_event_rule_get_type(const struct lttng_event_rule *event_rule);
 
 /*
  * Destroy an event rule object.
This page took 0.023443 seconds and 4 git commands to generate.