mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 00:32:05 -04:00
check_ide_smart: linter fixes
This commit is contained in:
parent
5c6d79dac3
commit
4db8808a51
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue