spacespace: whitespace cleanups
authorStefan Sauer <ensonic@users.sf.net>
Wed, 30 Nov 2011 21:12:27 +0000 (22:12 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Wed, 30 Nov 2011 21:12:27 +0000 (22:12 +0100)
gst/audiovisualizers/gstspacescope.c
gst/audiovisualizers/gstspacescope.h

index 7fefd9a3b7d12fb529e6c7596400927fe0b24817..7d44d338dc6bd15188db3c661cd24318c880c927 100644 (file)
@@ -271,7 +271,6 @@ render_lines (GstBaseAudioVisualizer * base, guint32 * vdata, gint16 * adata,
   f2r_l += (f2r_m * CUTOFF_2);                                                 \
 } G_STMT_END
 
-
 static void
 render_color_dots (GstBaseAudioVisualizer * base, guint32 * vdata,
     gint16 * adata, guint num_samples)
index 165455e2948f7552c6b85f754b6b3192ca42eef8..a2b06f77733f982fb5454c31bf774c6a456fc806 100644 (file)
@@ -42,7 +42,7 @@ struct _GstSpaceScope
   /* < private > */
   GstSpaceScopeProcessFunc process;
   gint style;
-  
+
   /* filter specific data */
   gdouble f1l_l, f1l_m, f1l_h;
   gdouble f1r_l, f1r_m, f1r_h;