aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Cohen2015-12-12 19:49:48 -0500
committerCyril Cohen2015-12-12 19:49:48 -0500
commite4714f6a9334c321ebf8c29f576f6e35c290261f (patch)
treec0f72c912a714156ae7db3d467194bb85ccd6af6
parentd37638edddb64330ada5e6be7936afc42385d151 (diff)
removing trailing whitespaces in opam file
-rw-r--r--mathcomp/real_closed/opam2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/real_closed/opam b/mathcomp/real_closed/opam
index 59ebb95..d06f2e7 100644
--- a/mathcomp/real_closed/opam
+++ b/mathcomp/real_closed/opam
@@ -7,7 +7,7 @@ homepage: "http://ssr.msr-inria.inria.fr/"
bug-reports: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
license: "CeCILL-B"
-build: [ make "-j" "%{jobs}%" ]
+build: [ make "-j" "%{jobs}%" ]
install: [ make "install" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/real_closed'" ]
depends: [ "coq-mathcomp-field" { = "dev" } ]