Module: check_mk
Branch: master
Commit: 0185335c93327a7acb973b66224013fdda309590
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=0185335c93327a…
Author: Florian Heigl <fh(a)mathias-kettner.de>
Date: Fri Jun 24 12:28:23 2011 +0200
vbox_guest: indentation fix :)
---
checks/vbox_guest | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/checks/vbox_guest b/checks/vbox_guest
index 5fbcd19..7346596 100644
--- a/checks/vbox_guest
+++ b/checks/vbox_guest
@@ -32,4 +32,3 @@ def inventory_vbox_guest(checktype, info):
return [(None, None)]
check_info["vbox_guest"] = ( check_vbox_guest, "VBox Guest
Additions", 0, inventory_vbox_guest)
-