Skip to content

Commit

Permalink
Untabify no code change
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Jul 7, 2023
1 parent 37bf5e6 commit b0e9630
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm-files.el
Original file line number Diff line number Diff line change
Expand Up @@ -5065,11 +5065,11 @@ Special commands:
(unless (string-match-p (image-file-name-regexp) file)
(error "%s is not a valid image file" file))
(let* ((thumb-file (helm-ff--image-dired-thumb-name file))
(thumb-attr (file-attributes thumb-file)))
(thumb-attr (file-attributes thumb-file)))
(when (or (not thumb-attr)
(time-less-p (file-attribute-modification-time thumb-attr)
(file-attribute-modification-time
(file-attributes file))))
(time-less-p (file-attribute-modification-time thumb-attr)
(file-attribute-modification-time
(file-attributes file))))
(image-dired-create-thumb file thumb-file))
(create-image thumb-file)))

Expand Down

0 comments on commit b0e9630

Please sign in to comment.