rtpsbcpay: More coding style fixes

This commit is contained in:
Johan Hedberg 2008-12-20 21:42:49 +02:00 committed by Tim-Philipp Müller
parent 151ad9b28d
commit 7d4f846112

View file

@ -352,6 +352,6 @@ gst_rtp_sbc_pay_init (GstRtpSBCPay * self, GstRtpSBCPayClass * klass)
gboolean
gst_rtp_sbc_pay_plugin_init (GstPlugin * plugin)
{
return gst_element_register (plugin, "rtpsbcpay",
GST_RANK_NONE, GST_TYPE_RTP_SBC_PAY);
return gst_element_register (plugin, "rtpsbcpay", GST_RANK_NONE,
GST_TYPE_RTP_SBC_PAY);
}