lib: add aliases for Babeltrace enumeration types
[babeltrace.git] / include / babeltrace / graph / port-input-const.h
index 51aef4732697b89a1dadaa79274233fea855a526..c98972e803238565a7e39944c0ae7e2e7f0d1e59 100644 (file)
@@ -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;
 }
This page took 0.024537 seconds and 4 git commands to generate.