Clean-up: run format-cpp on the tree
[lttng-tools.git] / include / lttng / condition / evaluation.h
index 494cb9739be77bdb1515d2188ddf17e439f7081e..599bc35b320e525ebcaab20751ecfd87d8f16084 100644 (file)
@@ -31,8 +31,8 @@ enum lttng_evaluation_status {
  * Returns the type of a condition on success, LTTNG_CONDITION_TYPE_UNKNOWN on
  * error.
  */
-LTTNG_EXPORT extern enum lttng_condition_type lttng_evaluation_get_type(
-               const struct lttng_evaluation *evaluation);
+LTTNG_EXPORT extern enum lttng_condition_type
+lttng_evaluation_get_type(const struct lttng_evaluation *evaluation);
 
 /*
  * Destroy (frees) an evaluation object.
This page took 0.022615 seconds and 4 git commands to generate.