branch: externals/dired-preview
commit 383d20ba0a99dfe41c3731249a8d072a20c42e1d
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Fix indentation
---
 dired-preview.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dired-preview.el b/dired-preview.el
index 8a5c1d851c..816aeaf5c3 100644
--- a/dired-preview.el
+++ b/dired-preview.el
@@ -298,7 +298,7 @@ The size of the leading chunk is specified by
 
 (cl-defmethod dired-preview--get-buffer ((file (head ignore)))
   "Get preview buffer for ignored FILE."
-    (message "No preview method for `%s'" (cdr file)))
+  (message "No preview method for `%s'" (cdr file)))
 
 (cl-defmethod dired-preview--get-buffer ((file (head directory)))
   "Get preview buffer for directory FILE type."
@@ -358,7 +358,7 @@ checked against `split-width-threshold' or
 (defun dired-preview-display-action-side ()
   "Pick a side window that is appropriate for the given frame."
   (if-let (split-width-threshold
-       (width (window-body-width))
+           (width (window-body-width))
            ((>= width (window-body-height)))
            ((>= width split-width-threshold)))
       `(:side right :dimension window-width :size 
,(dired-preview-get-window-size :width))

Reply via email to