summaryrefslogtreecommitdiff
path: root/src/caja-window-manage-views.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-window-manage-views.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-window-manage-views.c')
-rw-r--r--src/caja-window-manage-views.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caja-window-manage-views.c b/src/caja-window-manage-views.c
index f73d9031..4e17d178 100644
--- a/src/caja-window-manage-views.c
+++ b/src/caja-window-manage-views.c
@@ -1308,7 +1308,7 @@ got_file_info_for_view_selection_callback (CajaFile *file,
*/
/* if this is the only window, we don't want to quit, so we redirect it to home */
app = CAJA_APPLICATION (g_application_get_default ());
-
+
if (g_list_length (gtk_application_get_windows (GTK_APPLICATION (app))) == 1) {
/* the user could have typed in a home directory that doesn't exist,