X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Faction%2Faction.h;h=6e303f4414527441e515754d2ff824cdf07dccea;hb=8ab63dfb6a51460c9744828f7248d0fdca602ad3;hp=70237e43cd772fea79b0b8ecea332820d3e2d5b5;hpb=4bd69c5f1161cd065f487da0f4c1aa03a73c47e4;p=lttng-tools.git 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.