From aaff3aa9da27ff7666d2a776d524c784b76eb3d7 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Fri, 12 Sep 2025 16:36:48 +0200 Subject: lib: some formatting + remove some unnecessary stuff --- lib/thresholds.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/thresholds.h') diff --git a/lib/thresholds.h b/lib/thresholds.h index 5f9f9247..f8647681 100644 --- a/lib/thresholds.h +++ b/lib/thresholds.h @@ -6,12 +6,12 @@ /* * Old threshold type using the old range type */ -typedef struct thresholds_struct { +typedef struct { range *warning; range *critical; } thresholds; -typedef struct mp_thresholds_struct { +typedef struct { bool warning_is_set; mp_range warning; bool critical_is_set; -- cgit v1.2.3-74-g34f1