From ce8a26c9ad07ecd63aff2296d46aa3e7893727db Mon Sep 17 00:00:00 2001 From: Eero Tamminen Date: Wed, 28 Feb 2024 16:01:41 +0200 Subject: [PATCH] gpu_sysman: WA for local & CI clang-format conflict Comment prevents local clang-format from trying to re-order includes differently from the clang-format in CI. Signed-off-by: Eero Tamminen --- src/gpu_sysman.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gpu_sysman.c b/src/gpu_sysman.c index 3609eed22..fb460469e 100644 --- a/src/gpu_sysman.c +++ b/src/gpu_sysman.c @@ -56,6 +56,7 @@ #endif #include "collectd.h" +/* comment avoiding local clang-format conflict with collectd CI one */ #include "plugin.h" #include "utils/common/common.h" -- 2.47.2