Skip to content

Commit ca221df

Browse files
committed
Add indentation
1 parent e097a3a commit ca221df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

json-mode.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@
9090
;; delete the window if we have one,
9191
;; so we can recreate it in the correct position
9292
(if temp-window
93-
(delete-window temp-window))
93+
(delete-window temp-window))
9494

9595
;; always put the temp window below the json window
9696
(set-window-buffer (if (fboundp 'split-window-below)
97-
(split-window-below)
98-
(split-window-vertically)) temp-name))
97+
(split-window-below)
98+
(split-window-vertically)) temp-name))
9999
))
100100

101101
(define-key json-mode-map (kbd "C-c C-p") 'json-mode-show-path)

0 commit comments

Comments
 (0)