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]>2022-07-20 00:08:02 +0200
commitd4a862454a8eab5ac2002493749dadc20e16974d (patch)
tree62ebd9bac75a3ff336e195999dcd31691cab1669 /src/caja-pathbar.c
parent25ffc1e58eeb5c2faef66eba1ac58bf0ac19ff67 (diff)
downloadcaja-d4a862454a8eab5ac2002493749dadc20e16974d.tar.bz2
caja-d4a862454a8eab5ac2002493749dadc20e16974d.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 d742e556..80dfa89e 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 */