bt2: fix some whitespace issues
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_component_class.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.";
This page took 0.023564 seconds and 4 git commands to generate.