branch: externals-release/org
commit 5f06558bf639e72a387f7de2f7c32cb09ce6909e
Author: Kyle Meyer <k...@kyleam.com>
Commit: Kyle Meyer <k...@kyleam.com>

    ob-core: Clean up spacing to pass Emacs's pre-commit check
---
 lisp/ob-core.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index 34f770d161..ed7da36e2d 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -736,11 +736,11 @@ Otherwise, return a list with the following pattern:
                       ;; modifications by `org-babel-generate-file-param'
                       ;; below would modify the shared structure, thereby
                       ;; modifying the variables.
-                   (copy-tree
+                      (copy-tree
                        (if inline org-babel-default-inline-header-args
                          org-babel-default-header-args)
                        t)
-                   (and (boundp lang-headers)
+                      (and (boundp lang-headers)
                            (copy-tree (eval lang-headers t) t))
                      (append
                       ;; If DATUM is provided, make sure we get node

Reply via email to