Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
rutsky committed Mar 18, 2013
1 parent 1de633c commit d39de9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master/buildbot/libvirtbuildslave.py
Expand Up @@ -272,8 +272,8 @@ def stop_instance(self, fast=False):
"""
log.msg("Attempting to stop '%s'" % self.name)
if self.domain is None:
log.msg("I don't think that domain is even running, aborting")
return defer.succeed(None)
log.msg("I don't think that domain is even running, aborting")
return defer.succeed(None)

domain = self.domain
self.domain = None
Expand Down

0 comments on commit d39de9b

Please sign in to comment.