X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Faction%2Faction.h;fp=include%2Flttng%2Faction%2Faction.h;h=6e303f4414527441e515754d2ff824cdf07dccea;hp=70237e43cd772fea79b0b8ecea332820d3e2d5b5;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b diff --git a/include/lttng/action/action.h b/include/lttng/action/action.h index 70237e43c..6e303f441 100644 --- a/include/lttng/action/action.h +++ b/include/lttng/action/action.h @@ -39,8 +39,7 @@ enum lttng_action_status { * * Returns the type of an action on success, LTTNG_ACTION_TYPE_UNKNOWN on error. */ -LTTNG_EXPORT extern enum lttng_action_type lttng_action_get_type( - const struct lttng_action *action); +LTTNG_EXPORT extern enum lttng_action_type lttng_action_get_type(const struct lttng_action *action); /* * Destroy (frees) an action object.