[server/hook] fix identation
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 24 May 2012 14:01:05 +0200
changeset 8426 1cb51cdb4ce7
parent 8425 b86bdc343c18
child 8427 63c4c65e4db1
[server/hook] fix identation
server/hook.py
--- a/server/hook.py	Wed May 23 16:17:46 2012 +0200
+++ b/server/hook.py	Thu May 24 14:01:05 2012 +0200
@@ -332,7 +332,7 @@
                                    key=lambda x: x.order)
                     with security_enabled(session, write=False):
                         for hook in hooks:
-                           hook()
+                            hook()
 
     def get_pruned_hooks(self, session, event, entities, eids_from_to, kwargs):
         """return a set of hooks that should not be considered by filtered_possible objects