summaryrefslogtreecommitdiff
path: root/src/caja-main.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-main.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-main.c')
-rw-r--r--src/caja-main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/caja-main.c b/src/caja-main.c
index 8d6c24dd..567cee42 100644
--- a/src/caja-main.c
+++ b/src/caja-main.c
@@ -242,7 +242,7 @@ main (int argc, char *argv[])
if (g_getenv ("CAJA_DEBUG") != NULL) {
eel_make_warnings_and_criticals_stop_in_debugger ();
}
-
+
/* Initialize gettext support */
bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
@@ -255,7 +255,7 @@ main (int argc, char *argv[])
if (g_file_test (DATADIR "/applications/caja.desktop", G_FILE_TEST_EXISTS)) {
egg_set_desktop_file (DATADIR "/applications/caja.desktop");
}
-
+
#ifdef HAVE_EXEMPI
xmp_init();
#endif