Fixed stupid indenting

This commit is contained in:
Tómas Edwardsson 2010-09-12 20:09:47 +00:00
parent d781cceb39
commit 0d2782836c
1 changed files with 2 additions and 2 deletions

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__":