examples/trvial: replace tabs by whitespace in python example
authorThomas Haller <thaller@redhat.com>
Tue, 10 Mar 2015 11:17:23 +0000 (12:17 +0100)
committerThomas Haller <thaller@redhat.com>
Tue, 10 Mar 2015 11:17:23 +0000 (12:17 +0100)
examples/python/dbus/vpn.py

index 59773a6..8713f19 100755 (executable)
@@ -102,11 +102,11 @@ def get_wifi_device_path():
 def activate_connection(connection_path, device_path):
 
     def reply_handler(opath):
-       print "Success: device activating"
+        print "Success: device activating"
         sys.exit(0)
 
     def error_handler(*args):
-       print "Error activating device: %s" % args
+        print "Error activating device: %s" % args
         sys.exit(1)
 
     bus = dbus.SystemBus()