summary refs log tree commit diff stats
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2019-01-14 23:26:39 +0100
committertoonn <toonn@toonn.io>2019-01-14 23:26:39 +0100
commit108d2bca3ace218d98ab31a5d64c2d52b527ed02 (patch)
tree5b55c438c55498e23e4fe0b5219f016b367773b9
parentef79657fc718ebd1c90c208bbe5f4d69d2bd3a30 (diff)
downloadranger-108d2bca3ace218d98ab31a5d64c2d52b527ed02.tar.gz
Fix comment indentation
-rwxr-xr-xranger/data/scope.sh4
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;;