From 2533eb5377cb5f568c3c48ca725c98f0f3f3c1c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Heusipp?= Date: Sun, 1 Dec 2024 18:30:22 +0000 Subject: [PATCH] [Var] Run clang-format. git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@22434 56274372-70c3-4bfc-bfc3-4c3a0b034d27 --- examples/libopenmpt_example_c_unsafe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/libopenmpt_example_c_unsafe.c b/examples/libopenmpt_example_c_unsafe.c index 25e182d165c..7eccf8fe5b4 100644 --- a/examples/libopenmpt_example_c_unsafe.c +++ b/examples/libopenmpt_example_c_unsafe.c @@ -83,7 +83,7 @@ int main( int argc, char * argv[] ) { file = fopen( argv[1], "rb" ); #endif mod = openmpt_module_create2( openmpt_stream_get_file_callbacks2(), file, NULL, NULL, NULL, NULL, NULL, NULL, NULL ); -#if defined(__clang__) && defined(__clang_analyzer__) +#if defined( __clang__ ) && defined( __clang_analyzer__ ) [[clang::suppress]] #endif fclose( file );