浏览代码

ob-ocaml.el (org-babel-execute:ocaml): Code cleanup

* ob-ocaml.el (org-babel-execute:ocaml): Code cleanup.
Bastien Guerry 11 年之前
父节点
当前提交
c9a8659cb6
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lisp/ob-ocaml.el

+ 2 - 1
lisp/ob-ocaml.el

@@ -70,7 +70,8 @@
 		  (session org-babel-ocaml-eoe-output t full-body)
 		(insert
 		 (concat
-		  (org-babel-chomp full-body)";;\n"org-babel-ocaml-eoe-indicator))
+		  (org-babel-chomp full-body) ";;\n"
+		  org-babel-ocaml-eoe-indicator))
 		(tuareg-interactive-send-input)))
 	 (clean
 	  (car (let ((re (regexp-quote org-babel-ocaml-eoe-output)) out)