diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-12-20 21:42:49 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-12-20 21:42:49 +0200 |
commit | cc49c31ccedcd31dd09be2a9cc32e653573c7d4b (patch) | |
tree | 4345b7f65d07259731565cd75ea560bc18f9d0f2 /audio/gstsbcparse.c | |
parent | b0f85afdba9d51cecc21ac04606a2f759f95df86 (diff) |
More coding style fixes
Diffstat (limited to 'audio/gstsbcparse.c')
-rw-r--r-- | audio/gstsbcparse.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/gstsbcparse.c b/audio/gstsbcparse.c index 4521c563..72d36ce7 100644 --- a/audio/gstsbcparse.c +++ b/audio/gstsbcparse.c @@ -214,9 +214,9 @@ static void gst_sbc_parse_init(GstSbcParse *self, GstSbcParseClass *klass) self->first_parsing = TRUE; } -gboolean gst_sbc_parse_plugin_init (GstPlugin * plugin) +gboolean gst_sbc_parse_plugin_init(GstPlugin *plugin) { - return gst_element_register (plugin, "sbcparse", - GST_RANK_NONE, GST_TYPE_SBC_PARSE); + return gst_element_register(plugin, "sbcparse", GST_RANK_NONE, + GST_TYPE_SBC_PARSE); } |