diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2012-11-29 21:48:44 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2012-11-29 21:48:44 +0000 |
commit | b21b9c9756fdb7f56b74c2db0656e5bdf31801ac (patch) | |
tree | 24dd5d2c082db0621845019de1140988ffa2a35a | |
parent | 653eb709a3f41f1d4309b31eaf6d4e7ddfaaf27b (diff) | |
download | sos-b21b9c9756fdb7f56b74c2db0656e5bdf31801ac.tar.gz |
Fix whitespace in jboss module
-rw-r--r-- | sos/plugins/jboss.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sos/plugins/jboss.py b/sos/plugins/jboss.py index de1a9765..e92747a7 100644 --- a/sos/plugins/jboss.py +++ b/sos/plugins/jboss.py @@ -642,9 +642,9 @@ Default=\'all default minimal production standard web\'.', '', False), return def checkenabled(self): - if not self.__getJbossHome(): - return False - return True + if not self.__getJbossHome(): + return False + return True def setup(self): |