NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / clearlooks-newer / clearlooks_rc_style.c
index a4f8032e6532c133076c4f72ab1c77b215d3d5be..fdce13af1c0e14eb87e9e561471b23ef11f0133c 100644 (file)
@@ -333,7 +333,7 @@ static guint
 clearlooks_rc_style_parse (GtkRcStyle *rc_style,
                           GtkSettings  *settings,
                           GScanner   *scanner)
-               
+
 {
        static GQuark scope_id = 0;
        ClearlooksRcStyle *clearlooks_style = CLEARLOOKS_RC_STYLE (rc_style);
@@ -482,6 +482,6 @@ static GtkStyle *
 clearlooks_rc_style_create_style (GtkRcStyle *rc_style)
 {
        (void) rc_style;
-       
+
        return GTK_STYLE (g_object_new (CLEARLOOKS_TYPE_STYLE, NULL));
 }