summaryrefslogtreecommitdiffstats
path: root/mono/Handler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'mono/Handler.cs')
-rw-r--r--mono/Handler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mono/Handler.cs b/mono/Handler.cs
index be03dc5e..000a7886 100644
--- a/mono/Handler.cs
+++ b/mono/Handler.cs
@@ -72,7 +72,7 @@ namespace DBus
pathName = pathName.TrimStart('/');
this.path = pathName.Split('/');
this.pathName = "/" + pathName;
-
+
// Create the vTable and register the path
vTable = new DBusObjectPathVTable(new DBusObjectPathUnregisterFunction(Unregister_Called),
new DBusObjectPathMessageFunction(Message_Called));