bt2: fix some whitespace issues
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 23 Jul 2019 19:03:26 +0000 (15:03 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 24 Jul 2019 04:45:56 +0000 (00:45 -0400)
Change-Id: Ic49586dd2e19ad175ad44190d519ce2e857605c1
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1747
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/bindings/python/bt2/bt2/native_bt_component_class.i
src/bindings/python/bt2/bt2/native_bt_message_iterator.i

index ed939937e6cade034a4665ff1b2c0adb82f45460..c33b9caf87d87ac90c16756ff80494c945f90bc6 100644 (file)
@@ -991,15 +991,15 @@ component_class_message_iterator_init(
         *
         *     py_iter.__init__(self_output_port)
         *
-         * through the _init_for_native helper static method.
+        * through the _init_for_native helper static method.
         *
         * At this point, py_iter._ptr is set, so this initialization
         * function has access to self._component (which gives it the
         * user Python component object from which the iterator was
         * created).
         */
-        py_component_port_output_ptr = SWIG_NewPointerObj(
-               SWIG_as_voidptr(self_component_port_output),
+       py_component_port_output_ptr = SWIG_NewPointerObj(
+               SWIG_as_voidptr(self_component_port_output),
                SWIGTYPE_p_bt_self_component_port_output, 0);
        if (!py_component_port_output_ptr) {
                const char *err = "Failed to create a SWIG pointer object.";
index 7109006991316e87d5db62306b02829481807b3c..eaae1ee7acb0c0ccdedd9c4748d7640de73dcc0b 100644 (file)
@@ -116,7 +116,7 @@ static PyObject *bt_bt2_port_output_get_msg_range(
 %}
 
 PyObject *bt_bt2_get_user_component_from_user_msg_iter(
-    bt_self_message_iterator *self_message_iterator);
+               bt_self_message_iterator *self_message_iterator);
 PyObject *bt_bt2_self_component_port_input_get_msg_range(
                bt_self_component_port_input_message_iterator *iter);
 PyObject *bt_bt2_port_output_get_msg_range(
This page took 0.027907 seconds and 4 git commands to generate.