]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-ocaml.el
Fix some compiler warnings.
[gnu-emacs] / lisp / org / ob-ocaml.el
index 22ccc3b7ad52d7639a17b964fbcdeace8e34b432..8d61ff37e6ea21b39cbffa71efbbca223560a538 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ob-ocaml.el --- org-babel functions for ocaml evaluation
 
-;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2012  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
@@ -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)