spacespace: whitespace cleanups

This commit is contained in:
Stefan Sauer 2011-11-30 22:12:27 +01:00
parent 4a40bd5936
commit 467fd98e5b
2 changed files with 1 additions and 2 deletions

View 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)

View 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;