[Pkg-ocaml-maint-commits] [SCM] oasis2debian project branch, master, updated. 94ae27000298101188a629fbcc6b28420021fe10

Sylvain Le Gall gildor at debian.org
Sat Nov 20 00:59:01 UTC 2010


The following commit has been merged in the master branch:
commit 667eb6541ab5d5c0ad3b2d5d4dbcfc060571e0e1
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Fri Nov 19 23:59:35 2010 +0100

    Fix alignement of copyrights

diff --git a/src/Copyright.ml b/src/Copyright.ml
index bf743db..dab65f7 100644
--- a/src/Copyright.ml
+++ b/src/Copyright.ml
@@ -119,7 +119,7 @@ let create ~ctxt t =
       Conf.get ~ctxt copyrights 
     else
       begin
-        let sep = "           \n" 
+        let sep = "\n           "
         in
         match t.pkg.copyrights with 
           | [] -> 

-- 
oasis2debian project



More information about the Pkg-ocaml-maint-commits mailing list