From 5ba16bf7f86d2a9daff01cc146a57f5201141c65 Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 29 Dec 2016 14:49:39 +0300 Subject: fix indent and spacing a bit --- src/caja-pathbar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/caja-pathbar.c') diff --git a/src/caja-pathbar.c b/src/caja-pathbar.c index 8c5fec70..322865a5 100644 --- a/src/caja-pathbar.c +++ b/src/caja-pathbar.c @@ -150,7 +150,7 @@ get_slider_button (CajaPathBar *path_bar, GtkWidget *button; button = gtk_button_new (); -#if GTK_CHECK_VERSION(3,20,0) +#if GTK_CHECK_VERSION (3, 20, 0) gtk_widget_set_focus_on_click (button, FALSE); #else gtk_button_set_focus_on_click (GTK_BUTTON (button), FALSE); @@ -1881,7 +1881,7 @@ make_directory_button (CajaPathBar *path_bar, button_data->button = gtk_toggle_button_new (); gtk_style_context_add_class (gtk_widget_get_style_context (button_data->button), "text-button"); -#if GTK_CHECK_VERSION(3,20,0) +#if GTK_CHECK_VERSION (3, 20, 0) gtk_widget_set_focus_on_click (button_data->button, FALSE); #else gtk_button_set_focus_on_click (GTK_BUTTON (button_data->button), FALSE); -- cgit v1.2.1