From a52fdf864f73da8bbaa370e55058f5cd70c3d200 Mon Sep 17 00:00:00 2001 From: Chris Down Date: Sun, 1 Dec 2024 13:54:22 +0000 Subject: [PATCH] fmt: Apply clang-format --- psi-notify.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/psi-notify.c b/psi-notify.c index 93ecbf9..598a023 100644 --- a/psi-notify.c +++ b/psi-notify.c @@ -27,8 +27,7 @@ static bool using_seat = false; static const time_t expiry_sec = 10; static const double alert_clear_hysteresis = 5.0; -#define DEFAULT_ALERT_STATE \ - { NULL, 0, A_INACTIVE } +#define DEFAULT_ALERT_STATE {NULL, 0, A_INACTIVE} static Alert active_notif[] = { [RT_CPU] = DEFAULT_ALERT_STATE, [RT_MEMORY] = DEFAULT_ALERT_STATE,