branch: externals/caml
commit 56e93b666a288936730c4f6552c0fe409c4490ab
Author: Damien Doligez <damien.doligez-inria.fr>
Commit: Damien Doligez <damien.doligez-inria.fr>

    fix a few problems with whitespace and over-long lines
    
    git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13393 
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
 caml-types.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/caml-types.el b/caml-types.el
index 9fd613e..2977238 100644
--- a/caml-types.el
+++ b/caml-types.el
@@ -329,7 +329,8 @@ See `caml-types-location-re' for annotation file format.
                  caml-types-annotation-date
                  (not (caml-types-date< caml-types-annotation-date type-date)))
       (if (and type-date target-date (caml-types-date< type-date target-date))
-          (error (format "`%s' is more recent than `%s'" target-path 
type-path)))
+          (error (format "`%s' is more recent than `%s'"
+                         target-path type-path)))
       (message "Reading annotation file...")
       (let* ((type-buf (caml-types-find-file type-path))
              (tree (with-current-buffer type-buf

Reply via email to