From e0e185b1790f5a670cdd1292bac75ad1c44e4996 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sun, 16 Jun 2019 13:37:09 +0200 Subject: Remove trailing whitespaces find . -regextype posix-extended -regex '.*\.(c|h|ac|txt|xml)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ --- 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 9ee38230..131a8b1e 100644 --- a/src/caja-pathbar.c +++ b/src/caja-pathbar.c @@ -1469,7 +1469,7 @@ set_label_padding_size (ButtonData *button_data) gint width, height, bold_width, bold_height; gint pad_left, pad_right; gchar *markup; - + layout = gtk_widget_create_pango_layout (button_data->label, dir_name); pango_layout_get_pixel_size (layout, &width, &height); @@ -1839,7 +1839,7 @@ button_data_file_changed (CajaFile *file, * will get the event too and call us back. */ current_location = caja_file_get_location (current_button_data->file); - + if (g_file_has_prefix (location, current_location)) { /* remove this and the following buttons */ -- cgit v1.2.1