Fix whitespace, changing tabs to spaces.

This commit is contained in:
Ceri Storey 2013-05-08 15:34:51 +01:00
parent 6a5d07ecc7
commit 72b60286e1
3 changed files with 4 additions and 4 deletions

View file

@ -60,7 +60,7 @@ class RabbitMqVhost(object):
self.module = module
self.name = name
self.tracing = tracing
self.node = node
self.node = node
self._tracing = False
self._rabbitmqctl = module.get_bin_path('rabbitmqctl', True)