videotestsrc: Fix indentation
authorThijs Vermeir <thijsvermeir@gmail.com>
Thu, 16 Sep 2010 15:15:32 +0000 (17:15 +0200)
committerThijs Vermeir <thijsvermeir@gmail.com>
Thu, 16 Sep 2010 15:25:00 +0000 (17:25 +0200)
gst/videotestsrc/videotestsrc.h

index bea918c..b93b704 100644 (file)
@@ -130,17 +130,18 @@ void    gst_video_test_src_checkers8    (GstVideoTestSrc * v,
 void    gst_video_test_src_circular     (GstVideoTestSrc * v,
                                          unsigned char *dest, int w, int h);
 void    gst_video_test_src_zoneplate    (GstVideoTestSrc * v,
-                                        unsigned char *dest, int w, int h);
+                                         unsigned char *dest, int w, int h);
 void    gst_video_test_src_gamut        (GstVideoTestSrc * v,
-                                        unsigned char *dest, int w, int h);
+                                         unsigned char *dest, int w, int h);
 void    gst_video_test_src_chromazoneplate (GstVideoTestSrc * v,
-                                        unsigned char *dest, int w, int h);
+                                            unsigned char *dest, int w, int h);
 void    gst_video_test_src_ball         (GstVideoTestSrc * v,
-                                        unsigned char *dest, int w, int h);
-void gst_video_test_src_smpte100        (GstVideoTestSrc * v,
+                                         unsigned char *dest, int w, int h);
+void    gst_video_test_src_smpte100     (GstVideoTestSrc * v,
                                          unsigned char *dest, int w, int h);
 void    gst_video_test_src_bar          (GstVideoTestSrc * v,
                                          unsigned char *dest, int w, int h);
+
 extern struct fourcc_list_struct fourcc_list[];
 extern int n_fourccs;