]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
gpu_sysman: WA for local & CI clang-format conflict 4177/head
authorEero Tamminen <eero.t.tamminen@intel.com>
Wed, 28 Feb 2024 14:01:41 +0000 (16:01 +0200)
committerEero Tamminen <eero.t.tamminen@intel.com>
Wed, 28 Feb 2024 15:21:09 +0000 (17:21 +0200)
Comment prevents local clang-format from trying to re-order
includes differently from the clang-format in CI.

Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>
src/gpu_sysman.c

index 3609eed225d407590edb8593da261431bee63ff4..fb460469e467ad0976bbc54c1abc0848684314e2 100644 (file)
@@ -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"