Clean-up: run format-cpp on the tree
[lttng-tools.git] / include / lttng / condition / condition.h
index f0f5ffdd86cfc149035c6877612859c2a23a50dd..13a09c19a912e79d0cf3d817b689f2b3021f3610 100644 (file)
@@ -41,8 +41,8 @@ enum lttng_condition_status {
  * Returns the type of a condition on success, LTTNG_CONDITION_TYPE_UNKNOWN on
  * error.
  */
-LTTNG_EXPORT extern enum lttng_condition_type lttng_condition_get_type(
-               const struct lttng_condition *condition);
+LTTNG_EXPORT extern enum lttng_condition_type
+lttng_condition_get_type(const struct lttng_condition *condition);
 
 /*
  * Destroy (release) a condition object.
This page took 0.023569 seconds and 4 git commands to generate.