Skip to content

Commit

Permalink
fix some whitespace
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14680 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
Damien Doligez committed Apr 25, 2014
1 parent 9639370 commit 0cba565
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion otherlibs/threads/pervasives.ml
Expand Up @@ -87,7 +87,7 @@ external succ : int -> int = "%succint"
external pred : int -> int = "%predint"
external ( + ) : int -> int -> int = "%addint"
external ( - ) : int -> int -> int = "%subint"
external ( * ) : int -> int -> int = "%mulint"
external ( * ) : int -> int -> int = "%mulint"
external ( / ) : int -> int -> int = "%divint"
external ( mod ) : int -> int -> int = "%modint"

Expand Down
4 changes: 2 additions & 2 deletions typing/typedecl.mli
Expand Up @@ -20,8 +20,8 @@ val transl_type_decl:
Typedtree.type_declaration list * Env.t

val transl_exception:
Env.t ->
Parsetree.constructor_declaration -> Typedtree.constructor_declaration * exception_declaration * Env.t
Env.t -> Parsetree.constructor_declaration ->
Typedtree.constructor_declaration * exception_declaration * Env.t

val transl_exn_rebind:
Env.t -> Parsetree.exception_rebind -> Typedtree.exception_rebind * Env.t
Expand Down

0 comments on commit 0cba565

Please sign in to comment.