X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fport-input-const.h;fp=include%2Fbabeltrace%2Fgraph%2Fport-input-const.h;h=c98972e803238565a7e39944c0ae7e2e7f0d1e59;hb=4cdfc5e86b64137d96c31495cbdea99801714c2b;hp=51aef4732697b89a1dadaa79274233fea855a526;hpb=a21d1cb8acfbed4d36ab6e74eefe64305d7587ef;p=babeltrace.git diff --git a/include/babeltrace/graph/port-input-const.h b/include/babeltrace/graph/port-input-const.h index 51aef473..c98972e8 100644 --- a/include/babeltrace/graph/port-input-const.h +++ b/include/babeltrace/graph/port-input-const.h @@ -34,8 +34,7 @@ extern "C" { #endif static inline -const bt_port *bt_port_input_as_port_const( - const bt_port_input *port_input) +const bt_port *bt_port_input_as_port_const(const bt_port_input *port_input) { return (const void *) port_input; }