Formatting

This commit is contained in:
Jonas Kvinge
2021-06-22 14:04:32 +02:00
parent 83a70fecca
commit b071ecb45e
5 changed files with 13 additions and 10 deletions

View File

@@ -23,7 +23,7 @@
namespace {
static gboolean gst_moodbar_plugin_init(GstPlugin* plugin) {
static gboolean gst_moodbar_plugin_init(GstPlugin *plugin) {
if (!gst_element_register(plugin, "fastspectrum", GST_RANK_NONE, GST_TYPE_FASTSPECTRUM)) {
return FALSE;