summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2018-05-20 21:12:30 -0400
committerlukefromdc <[email protected]>2018-05-20 21:12:30 -0400
commit0ca8f6d53e9651c80cb36416968228de9e4e9c21 (patch)
tree037003ca4faa312ec8166a44f8ab1908597fa2ac
parent6bc54f101dfaa0db6dd8199d358b311a9a3f35e1 (diff)
downloadmate-settings-daemon-0ca8f6d53e9651c80cb36416968228de9e4e9c21.tar.bz2
mate-settings-daemon-0ca8f6d53e9651c80cb36416968228de9e4e9c21.tar.xz
xrandr:fix indent
-rw-r--r--plugins/xrandr/msd-xrandr-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xrandr/msd-xrandr-manager.c b/plugins/xrandr/msd-xrandr-manager.c
index 5fabe82..c82d7e9 100644
--- a/plugins/xrandr/msd-xrandr-manager.c
+++ b/plugins/xrandr/msd-xrandr-manager.c
@@ -1705,7 +1705,7 @@ output_title_label_draw_cb (GtkWidget *widget, cairo_t *cr, gpointer data)
provider = gtk_css_provider_new ();
gtk_css_provider_load_from_data (provider,css, -1, NULL);
- gtk_style_context_add_provider (context,
+ gtk_style_context_add_provider (context,
GTK_STYLE_PROVIDER (provider),
GTK_STYLE_PROVIDER_PRIORITY_FALLBACK);
g_object_unref (provider);