diff options
author | rbuj <[email protected]> | 2021-10-27 17:41:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-20 17:09:50 +0100 |
commit | 3bd33d4b89dd74b5f523957d092acfdf49410280 (patch) | |
tree | e5db530b0c9d191a6ceb049be4f0815e48b5d020 /src/eom-file-chooser.c | |
parent | 785eb88e75c2da2dadfc1aca869761ece725abad (diff) | |
download | eom-3bd33d4b89dd74b5f523957d092acfdf49410280.tar.bz2 eom-3bd33d4b89dd74b5f523957d092acfdf49410280.tar.xz |
Use a blank line at most
Diffstat (limited to 'src/eom-file-chooser.c')
-rw-r--r-- | src/eom-file-chooser.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/eom-file-chooser.c b/src/eom-file-chooser.c index 342c600..5d82901 100644 --- a/src/eom-file-chooser.c +++ b/src/eom-file-chooser.c @@ -354,7 +354,6 @@ update_preview_cb (GtkFileChooser *file_chooser, gpointer data) gchar *mime_type = g_content_type_get_mime_type ( g_file_info_get_content_type (file_info)); - if (G_LIKELY (mime_type)) { gboolean can_thumbnail, has_failed; |