Skip to content

Commit

Permalink
[Var] Run clang-format.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@22434 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Dec 1, 2024
1 parent 317db45 commit 2533eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/libopenmpt_example_c_unsafe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 2533eb5

Please sign in to comment.