From f8aad020f7c0be604da8981663b6d815f94ffaa4 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Wed, 10 Jun 2026 14:49:33 +0200 Subject: Run clang-format on everything once again (#2275) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Lorenz Kästle --- 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