all: drop trailing spaces

This commit is contained in:
Thomas Haller
2018-02-02 11:34:55 +01:00
parent e4839accf5
commit 28da0154fc
18 changed files with 21 additions and 21 deletions

View File

@@ -114,7 +114,7 @@ def activate_connection(connection_path, device_path):
iface = dbus.Interface(proxy, dbus_interface='org.freedesktop.NetworkManager')
iface.ActivateConnection('org.freedesktop.NetworkManager',
connection_path,
device_path,
device_path,
"/",
reply_handler=reply_handler,
error_handler=error_handler)