Merge branch 'master' of ssh://sapanb@git.planet-lab.org/git/plcapi
[plcapi.git] / PLC / Methods / UpdatePeer.py
index 572d613..ce5a211 100644 (file)
@@ -1,4 +1,5 @@
 # $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -46,6 +47,6 @@ class UpdatePeer(Method):
         peer.sync()
 
         # Log affected objects
-       self.event_objects = {'Peer': [peer['peer_id']]}
+        self.event_objects = {'Peer': [peer['peer_id']]}
 
-       return 1
+        return 1