From: <sv...@op...> - 2024-12-01 18:30:29
|
Author: manx Date: Sun Dec 1 19:30:22 2024 New Revision: 22434 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22434 Log: [Var] Run clang-format. Modified: trunk/OpenMPT/examples/libopenmpt_example_c_unsafe.c Modified: trunk/OpenMPT/examples/libopenmpt_example_c_unsafe.c ============================================================================== --- trunk/OpenMPT/examples/libopenmpt_example_c_unsafe.c Sun Dec 1 19:14:39 2024 (r22433) +++ trunk/OpenMPT/examples/libopenmpt_example_c_unsafe.c Sun Dec 1 19:30:22 2024 (r22434) @@ -83,7 +83,7 @@ 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 ); |