From 35808b1bae43f846fdbcb740c359c66977231518 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 24 Apr 2007 12:24:02 +0100 Subject: [PATCH] dbus/service.py: untabify --- dbus/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbus/service.py b/dbus/service.py index 64f0330..aa3a659 100644 --- a/dbus/service.py +++ b/dbus/service.py @@ -103,7 +103,7 @@ class BusName(object): return bus._bus_names[name] # otherwise register the name - name_flags = ( + name_flags = ( (allow_replacement and _dbus_bindings.NAME_FLAG_ALLOW_REPLACEMENT or 0) | (replace_existing and _dbus_bindings.NAME_FLAG_REPLACE_EXISTING or 0) | (do_not_queue and _dbus_bindings.NAME_FLAG_DO_NOT_QUEUE or 0)) -- 2.11.4.GIT