Remove trailing white-space.

This commit is contained in:
Pedro Algarvio 2013-08-26 07:12:05 +00:00
parent 6a5f189188
commit 67dc1c4e7a
2 changed files with 4 additions and 4 deletions

View File

@ -1002,7 +1002,7 @@ class AESFuncs(object):
self.event.fire_event(event, tagify(event['tag'], base=load['pretag']))
else:
tag = load['tag']
self.event.fire_event(load, tag)
self.event.fire_event(load, tag)
return True
def _return(self, load):

View File

@ -1035,7 +1035,7 @@ class Minion(object):
),
tagify([self.opts['id'], 'start'], 'minion'),
)
# Make sure to gracefully handle SIGUSR1
enable_sigusr1_handler()
@ -1139,7 +1139,7 @@ class Minion(object):
time.asctime()
),
tagify([self.opts['id'], 'start'], 'minion'),
)
)
loop_interval = int(self.opts['loop_interval'])
while True:
try:
@ -1306,7 +1306,7 @@ class Syndic(Minion):
time.asctime()
),
tagify([self.opts['id'], 'start'], 'syndic'),
)
)
# Make sure to gracefully handle SIGUSR1
enable_sigusr1_handler()