summaryrefslogtreecommitdiff
path: root/lisp/org/ob-ocaml.el
diff options
context:
space:
mode:
authorBastien Guerry <bastien1@free.fr>2012-01-04 16:20:49 +0100
committerBastien Guerry <bastien1@free.fr>2012-01-04 16:20:49 +0100
commit14e1337f8462d1ca2e4af69de9fba58ddabd0274 (patch)
treefce16fb4a1cab5a9cc03f540579c886ac1fad5d0 /lisp/org/ob-ocaml.el
parent0b41d90bd3ef6f1fb03d23cfbe064fcf865c82c3 (diff)
downloademacs-14e1337f8462d1ca2e4af69de9fba58ddabd0274.tar.gz
Fix trailing whitespaces in Org files.
Diffstat (limited to 'lisp/org/ob-ocaml.el')
-rw-r--r--lisp/org/ob-ocaml.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-ocaml.el b/lisp/org/ob-ocaml.el
index 6b4c54d2b72..8d61ff37e6e 100644
--- a/lisp/org/ob-ocaml.el
+++ b/lisp/org/ob-ocaml.el
@@ -98,7 +98,7 @@
(lambda (pair) (format "let %s = %s;;" (car pair)
(org-babel-ocaml-elisp-to-ocaml (cdr pair))))
(mapcar #'cdr (org-babel-get-header params :var))))
-
+
(defun org-babel-ocaml-elisp-to-ocaml (val)
"Return a string of ocaml code which evaluates to VAL."
(if (listp val)