diff options
author | rbuj <[email protected]> | 2019-06-16 13:37:09 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-18 14:46:34 +0200 |
commit | e0e185b1790f5a670cdd1292bac75ad1c44e4996 (patch) | |
tree | b5d170259858c497dbfb813c0ddb55a197a2c5ca /libcaja-private/caja-directory-async.c | |
parent | ef29013fdfd0df5d4a3cc6c5a8fb1583aabef952 (diff) | |
download | caja-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 'libcaja-private/caja-directory-async.c')
-rw-r--r-- | libcaja-private/caja-directory-async.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaja-private/caja-directory-async.c b/libcaja-private/caja-directory-async.c index 68d6edee..615bcd93 100644 --- a/libcaja-private/caja-directory-async.c +++ b/libcaja-private/caja-directory-async.c @@ -907,7 +907,7 @@ static gboolean should_skip_file (CajaDirectory *directory, GFileInfo *info) { static gboolean show_hidden_files_changed_callback_installed = FALSE; - + /* Add the callback once for the life of our process */ if (!show_hidden_files_changed_callback_installed) { |