summaryrefslogtreecommitdiff
path: root/src/caja-places-sidebar.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-places-sidebar.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-places-sidebar.c')
-rw-r--r--src/caja-places-sidebar.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/caja-places-sidebar.c b/src/caja-places-sidebar.c
index 9b263028..5da49a6c 100644
--- a/src/caja-places-sidebar.c
+++ b/src/caja-places-sidebar.c
@@ -293,7 +293,7 @@ add_heading (CajaPlacesSidebar *sidebar,
gtk_list_store_append (sidebar->store, &iter);
gtk_list_store_set (sidebar->store, &iter,
PLACES_SIDEBAR_COLUMN_ROW_TYPE, PLACES_HEADING,
- PLACES_SIDEBAR_COLUMN_SECTION_TYPE, section_type,
+ PLACES_SIDEBAR_COLUMN_SECTION_TYPE, section_type,
PLACES_SIDEBAR_COLUMN_HEADING_TEXT, title,
PLACES_SIDEBAR_COLUMN_EJECT, FALSE,
PLACES_SIDEBAR_COLUMN_NO_EJECT, TRUE,
@@ -563,7 +563,7 @@ update_places (CajaPlacesSidebar *sidebar)
location, mount_uri, last_uri,
&last_iter, &select_path);
-
+
/* XDG directories */
xdg_dirs = NULL;
for (index = 0; index < G_USER_N_DIRECTORIES; index++) {
@@ -891,7 +891,7 @@ update_places (CajaPlacesSidebar *sidebar)
compare_for_selection (sidebar,
location, mount_uri, last_uri,
&last_iter, &select_path);
-
+
g_free (location);
if (select_path != NULL) {
@@ -2259,7 +2259,7 @@ volume_eject_cb (GObject *source_object,
NULL);
g_free (primary);
}
- g_error_free (error);
+ g_error_free (error);
}
else {