Format code with clang-format 16

This commit is contained in:
Michael Vetter
2023-04-14 21:39:42 +02:00
parent 663c773bff
commit d17bcf619c
4 changed files with 121 additions and 118 deletions

View File

@@ -455,7 +455,7 @@ void
c_command_callback(PluginCommand* command, gchar** args)
{
CommandWrapper* wrapper = command->callback;
void (*f)(gchar * *args) = wrapper->func;
void (*f)(gchar** args) = wrapper->func;
f(args);
}