From c522cb3f23849475348aa9c4ae6a70c83a1c2675 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 24 Oct 2007 21:33:18 +0000 Subject: Fix coding style issues --- audio/gstsbcutil.h | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'audio/gstsbcutil.h') diff --git a/audio/gstsbcutil.h b/audio/gstsbcutil.h index 84161d85..70169a74 100644 --- a/audio/gstsbcutil.h +++ b/audio/gstsbcutil.h @@ -21,9 +21,6 @@ * */ - -/* common functions for gstreamer sbc related plugins */ - #include gint gst_sbc_select_rate_from_list(const GValue *value); @@ -38,10 +35,10 @@ gint gst_sbc_select_blocks_from_range(const GValue *value); gint gst_sbc_select_subbands_from_list(const GValue *value); gint gst_sbc_select_subbands_from_range(const GValue *value); -const gchar* gst_sbc_get_allocation_from_list(const GValue *value); -gint gst_sbc_get_allocation_mode_int(const gchar* allocation); -const gchar* gst_sbc_get_allocation_string(int alloc); +const gchar *gst_sbc_get_allocation_from_list(const GValue *value); +gint gst_sbc_get_allocation_mode_int(const gchar *allocation); +const gchar *gst_sbc_get_allocation_string(int alloc); -const gchar* gst_sbc_get_mode_from_list(const GValue *value); -gint gst_sbc_get_mode_int(const gchar* mode); -const gchar* gst_sbc_get_mode_string(int joint); +const gchar *gst_sbc_get_mode_from_list(const GValue *value); +gint gst_sbc_get_mode_int(const gchar *mode); +const gchar *gst_sbc_get_mode_string(int joint); -- cgit