From bb6e5dac7bccc1ff6b40fdcaf9dea4f11fe4b797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20K=C3=A4stle?= <12514511+RincewindsHat@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:35:42 +0100 Subject: check_ide_smart: clang-format again diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c index cfc7908..381dbd8 100644 --- a/plugins/check_ide_smart.c +++ b/plugins/check_ide_smart.c @@ -118,15 +118,16 @@ struct { char *text; } -static offline_status_text[] = {{0x00, "NeverStarted"}, {0x02, "Completed"}, {0x04, "Suspended"}, {0x05, "Aborted"}, {0x06, "Failed"}, {0, 0}}; +static offline_status_text[] = {{0x00, "NeverStarted"}, {0x02, "Completed"}, {0x04, "Suspended"}, + {0x05, "Aborted"}, {0x06, "Failed"}, {0, 0}}; static struct { __u8 value; char *text; } smart_command[] = {{SMART_ENABLE, "SMART_ENABLE"}, - {SMART_DISABLE, "SMART_DISABLE"}, - {SMART_IMMEDIATE_OFFLINE, "SMART_IMMEDIATE_OFFLINE"}, - {SMART_AUTO_OFFLINE, "SMART_AUTO_OFFLINE"}}; + {SMART_DISABLE, "SMART_DISABLE"}, + {SMART_IMMEDIATE_OFFLINE, "SMART_IMMEDIATE_OFFLINE"}, + {SMART_AUTO_OFFLINE, "SMART_AUTO_OFFLINE"}}; /* Index to smart_command table, keep in order */ enum SmartCommand { -- cgit v0.10-9-g596f