From 0d2782836c26befc1d914429f5f7c4f0ada022e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B3mas=20Edwardsson?= Date: Sun, 12 Sep 2010 20:09:47 +0000 Subject: [PATCH] Fixed stupid indenting --- check_bond/trunk/check_bond | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_bond/trunk/check_bond b/check_bond/trunk/check_bond index efa8d1a..8d8f738 100644 --- a/check_bond/trunk/check_bond +++ b/check_bond/trunk/check_bond @@ -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__":