Python bindings: cleanup whitespace
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 6 Oct 2014 19:08:19 +0000 (15:08 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 6 Oct 2014 19:08:19 +0000 (15:08 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
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.025261 seconds and 4 git commands to generate.