Python bindings: cleanup whitespace
[babeltrace.git] / bindings / python / babeltrace.i.in
index e0f3253c8408a19de96f534c72946a57b0d496f2..724ed45d7e5d76351cdf905ca75e2690b57c9253 100644 (file)
@@ -820,7 +820,7 @@ class Event(collections.Mapping):
        def _field_list_with_scope(self, scope):
                fields = []
                scope_ptr = _bt_ctf_get_top_level_scope(self._e, scope)
-               
+
                # Returns a list [list_ptr, count]. If list_ptr is NULL, SWIG will only
                # provide the "count" return value
                count = 0
This page took 0.022717 seconds and 4 git commands to generate.