Skip to content

Commit 0ca8f6d

Browse files
committed
xrandr:fix indent
1 parent 6bc54f1 commit 0ca8f6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/xrandr/msd-xrandr-manager.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,7 @@ output_title_label_draw_cb (GtkWidget *widget, cairo_t *cr, gpointer data)
17051705
provider = gtk_css_provider_new ();
17061706
gtk_css_provider_load_from_data (provider,css, -1, NULL);
17071707

1708-
gtk_style_context_add_provider (context,
1708+
gtk_style_context_add_provider (context,
17091709
GTK_STYLE_PROVIDER (provider),
17101710
GTK_STYLE_PROVIDER_PRIORITY_FALLBACK);
17111711
g_object_unref (provider);

0 commit comments

Comments
 (0)