From: Jérémie Galarneau Date: Mon, 6 Oct 2014 19:08:19 +0000 (-0400) Subject: Python bindings: cleanup whitespace X-Git-Tag: v2.0.0-pre1~1492 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=feb06edba3d4101e55c570e72a93adbf1525d8b0 Python bindings: cleanup whitespace Signed-off-by: Jérémie Galarneau --- diff --git a/bindings/python/babeltrace.i.in b/bindings/python/babeltrace.i.in index e0f3253c..724ed45d 100644 --- a/bindings/python/babeltrace.i.in +++ b/bindings/python/babeltrace.i.in @@ -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