diff options
| author | Xavier Clerc | 2014-08-21 09:37:34 +0200 |
|---|---|---|
| committer | Xavier Clerc | 2014-08-21 09:39:02 +0200 |
| commit | 9c390adab04228d326b30b662ab82f3f3cdf4b8f (patch) | |
| tree | 2aaa7d4116fb55d0b024c5bb315ef750216f88d6 | |
| parent | b087b121ae82e5248cdef8ef1d9efa2335a2747d (diff) | |
Improve consistency of whitespace (beautifier).
| -rw-r--r-- | printing/ppvernac.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/ppvernac.ml b/printing/ppvernac.ml index 2440a78687..17b61f30fd 100644 --- a/printing/ppvernac.ml +++ b/printing/ppvernac.ml @@ -245,7 +245,7 @@ let pr_module_binders l pr_c = let pr_type_option pr_c = function | CHole (loc, k, _) -> mt() - | _ as c -> brk(0,2) ++ str":" ++ pr_c c + | _ as c -> brk(0,2) ++ str" :" ++ pr_c c let pr_decl_notation prc ((loc,ntn),c,scopt) = fnl () ++ str "where " ++ qs ntn ++ str " := " ++ prc c ++ |
