summaryrefslogtreecommitdiff
path: root/src/caja-pathbar.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-06-16 13:37:09 +0200
committerraveit65 <[email protected]>2019-06-18 14:46:34 +0200
commite0e185b1790f5a670cdd1292bac75ad1c44e4996 (patch)
treeb5d170259858c497dbfb813c0ddb55a197a2c5ca /src/caja-pathbar.c
parentef29013fdfd0df5d4a3cc6c5a8fb1583aabef952 (diff)
downloadcaja-e0e185b1790f5a670cdd1292bac75ad1c44e4996.tar.bz2
caja-e0e185b1790f5a670cdd1292bac75ad1c44e4996.tar.xz
Remove trailing whitespaces
find . -regextype posix-extended -regex '.*\.(c|h|ac|txt|xml)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
Diffstat (limited to 'src/caja-pathbar.c')
-rw-r--r--src/caja-pathbar.c4
1 files changed, 2 insertions, 2 deletions
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 */