clang-format: Prepare plugin descriptor init'ers

This commit is contained in:
Johannes Lorenz
2021-08-06 19:48:09 +02:00
committed by Johannes Lorenz
parent 131b273894
commit e0298891e4
44 changed files with 44 additions and 44 deletions

View File

@@ -45,7 +45,7 @@ Plugin::Descriptor PLUGIN_EXPORT dynamicsprocessor_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;
}