branch: externals/idlwave
commit 0ec629a26568d908686b4b9412af740a9ee5badf
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>

    Minor reformat.
---
 idlw-shell.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/idlw-shell.el b/idlw-shell.el
index 409b48c6d7..332616fc98 100644
--- a/idlw-shell.el
+++ b/idlw-shell.el
@@ -1788,8 +1788,7 @@ position if no recognized message is found, unless it is
                     idlwave-shell-command-output)
        (string-match idlwave-shell-other-error
                     idlwave-shell-command-output))
-      (with-current-buffer
-         (get-buffer-create idlwave-shell-error-buffer)
+      (with-current-buffer (get-buffer-create idlwave-shell-error-buffer)
        (erase-buffer)
        (insert idlwave-shell-command-output)
        (goto-char (point-min))

Reply via email to