diff options
author | toonn <toonn@toonn.io> | 2019-01-14 23:26:39 +0100 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-01-14 23:26:39 +0100 |
commit | 108d2bca3ace218d98ab31a5d64c2d52b527ed02 (patch) | |
tree | 5b55c438c55498e23e4fe0b5219f016b367773b9 | |
parent | ef79657fc718ebd1c90c208bbe5f4d69d2bd3a30 (diff) | |
download | ranger-108d2bca3ace218d98ab31a5d64c2d52b527ed02.tar.gz |
Fix comment indentation
-rwxr-xr-x | ranger/data/scope.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh index bf67c906..44660e1a 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -94,9 +94,9 @@ handle_image() { # convert "${FILE_PATH}" "${IMAGE_CACHE_PATH}" && exit 6 # exit 1;; - # DJVU + # DJVU image/vnd.djvu) - # Preview as text conversion (requires djvulibre) + # Preview as text conversion (requires djvulibre) djvutxt "${FILE_PATH}" | fmt -w ${PV_WIDTH} && exit 5 exiftool "${FILE_PATH}" && exit 5 exit 1;; |