From: Eero Tamminen Date: Wed, 28 Feb 2024 14:01:41 +0000 (+0200) Subject: gpu_sysman: WA for local & CI clang-format conflict X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4177%2Fhead;p=thirdparty%2Fcollectd.git 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 --- 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"