1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2024-11-05 01:53:44 +01:00

Fixed stupid indenting

This commit is contained in:
Tómas Edwardsson 2010-09-12 20:09:47 +00:00
parent d781cceb39
commit 0d2782836c

View File

@ -117,8 +117,8 @@ def main(argv):
print "%s: %s%s %s" % (states[retval], outstring, "in bonding device", interface)
sys.exit(retval)
print "OK: bonding device %s up and running" % interface
sys.exit(0)
print "OK: bonding device %s up and running" % interface
sys.exit(0)
if __name__ == "__main__":