aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason Gross2015-06-23 10:08:58 +0200
committerJason Gross2016-06-05 21:48:20 -0400
commit45748e4efae8630cc13b0199dfcc9803341e8cd8 (patch)
treea30fb01ad4cea555dfd04c22451c06b2e2b2e4bb /lib
parent45ee3d6b2aae4491e26551f23461ecf8ad37bd87 (diff)
Strip some trailing spaces
Diffstat (limited to 'lib')
-rw-r--r--lib/pp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pp.ml b/lib/pp.ml
index d07f01b906..99c774e8d4 100644
--- a/lib/pp.ml
+++ b/lib/pp.ml
@@ -44,7 +44,7 @@ end
module Tag :
sig
- type t
+ type t
type 'a key
val create : string -> 'a key
val inj : 'a -> 'a key -> t