From 4db8808a5120778004b8ade834f30d0f4b3db914 Mon Sep 17 00:00:00 2001 From: RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> Date: Thu, 31 Oct 2024 03:52:36 +0100 Subject: check_ide_smart: linter fixes diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c index fc75e53..cfc7908 100644 --- a/plugins/check_ide_smart.c +++ b/plugins/check_ide_smart.c @@ -147,7 +147,8 @@ static bool verbose = false; int main(int argc, char *argv[]) { char *device = NULL; - int o, longindex; + int o; + int longindex; int retval = 0; thresholds_t thresholds; -- cgit v0.10-9-g596f