expand tabs
[platform/upstream/gstreamer.git] / sys / v4l / gstv4lcolorbalance.h
index 2a14fb4..7f5c223 100644 (file)
@@ -33,10 +33,10 @@ G_BEGIN_DECLS
   (gst_v4l_color_balance_channel_get_type ())
 #define GST_V4L_COLOR_BALANCE_CHANNEL(obj) \
   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_V4L_COLOR_BALANCE_CHANNEL, \
-                              GstV4lColorBalanceChannel))
+                               GstV4lColorBalanceChannel))
 #define GST_V4L_COLOR_BALANCE_CHANNEL_CLASS(klass) \
   (G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_V4L_COLOR_BALANCE_CHANNEL, \
-                           GstV4lColorBalanceChannelClass))
+                            GstV4lColorBalanceChannelClass))
 #define GST_IS_V4L_COLOR_BALANCE_CHANNEL(obj) \
   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_V4L_COLOR_BALANCE_CHANNEL))
 #define GST_IS_V4L_COLOR_BALANCE_CHANNEL_CLASS(klass) \
@@ -52,8 +52,8 @@ typedef struct _GstV4lColorBalanceChannelClass {
   GstColorBalanceChannelClass parent;
 } GstV4lColorBalanceChannelClass;
 
-GType  gst_v4l_color_balance_channel_get_type  (void);
+GType   gst_v4l_color_balance_channel_get_type  (void);
 
-void   gst_v4l_color_balance_interface_init    (GstColorBalanceClass *klass);
+void    gst_v4l_color_balance_interface_init    (GstColorBalanceClass *klass);
 
 #endif /* __GST_V4L_COLOR_BALANCE_H__ */