[gnome-builder] libide: python whitespace cleanup
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] libide: python whitespace cleanup
- Date: Mon, 21 Dec 2015 07:49:08 +0000 (UTC)
commit ebab04b4629f87169ea39baf4d3fb61eb8c8c7f0
Author: Christian Hergert <christian hergert me>
Date: Tue Nov 17 15:00:06 2015 -0800
libide: python whitespace cleanup
libide/Ide.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libide/Ide.py b/libide/Ide.py
index 9c070fc..5c4e2dd 100644
--- a/libide/Ide.py
+++ b/libide/Ide.py
@@ -73,7 +73,7 @@ class DBusService:
def __init__(self, object_path=None):
self.__dbus_info = self.__class__._DBusInfo()
self.__dbus_info.object_path = object_path
-
+
# set up the vtable maps, for more efficient lookups at runtime
self.__dbus_info.methods = {}
for id in dir(self):
@@ -90,7 +90,7 @@ class DBusService:
@object_path: an optional path to register at
Exports the service onto the Gio.DBusConnection provided.
-
+
If @object_path is None, then the object path registered during object
creation will be used.
"""
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]