X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fport-input-const.h;h=c98972e803238565a7e39944c0ae7e2e7f0d1e59;hb=ee78f40548361d64c63956ee4d714a69651bd42c;hp=51aef4732697b89a1dadaa79274233fea855a526;hpb=c87507697361a8fc914110c514b25e1376bae90f;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; }