ob-core: Fix indentation

* lisp/ob-core.el (org-babel-execute-src-block): Fix indentation of
line.

Emacs's bd80717d8e7 (Re-enable TTY glyph production for batch mode
frames on Android, 2024-06-10) reverted all changes from 8d1d9798f77
(Fix bootstrap of org.texi, 2024-06-10) aside from an indentation fix.
Apply the indentation fix to avoid overwriting it on sync.
This commit is contained in:
Kyle Meyer 2024-06-10 18:27:58 -04:00
parent 2a6a0480d3
commit ce350490ca
1 changed files with 1 additions and 1 deletions

View File

@ -909,7 +909,7 @@ guess will be made."
;; insert a link to `:file'.
(when (and result
(not (or (member "link" result-params)
(member "graphics" result-params))))
(member "graphics" result-params))))
(with-temp-file file
(insert (org-babel-format-result
result