From b55444c2b44fcebefbc3b6394d3c8468d6320bca Mon Sep 17 00:00:00 2001 From: Lorenz Kästle Date: Wed, 10 Jun 2026 14:16:33 +0200 Subject: Run clang-format on everything once again --- lib/perfdata.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/perfdata.c') diff --git a/lib/perfdata.c b/lib/perfdata.c index e3710ec7..f57f7c06 100644 --- a/lib/perfdata.c +++ b/lib/perfdata.c @@ -253,9 +253,9 @@ char *mp_range_to_string(const mp_range input) { } else { // check for zeroes, so we can use the short form if ((input.start.type == PD_TYPE_NONE) || - ((input.start.type == PD_TYPE_INT) && (input.start.pd_int == 0)) || - ((input.start.type == PD_TYPE_UINT) && (input.start.pd_uint == 0)) || - ((input.start.type == PD_TYPE_DOUBLE) && (input.start.pd_double == 0))){ + ((input.start.type == PD_TYPE_INT) && (input.start.pd_int == 0)) || + ((input.start.type == PD_TYPE_UINT) && (input.start.pd_uint == 0)) || + ((input.start.type == PD_TYPE_DOUBLE) && (input.start.pd_double == 0))) { // nothing to do here } else { // Start value is an actual value -- cgit v1.2.3-74-g34f1