diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2015-09-11 11:58:31 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2015-09-11 11:58:31 +0000 |
commit | b860d631458802c8685aa59c9d7b66a9225fcedb (patch) | |
tree | 5c71dc62f86607551e97e53e11b8eb48a3b83bda /tools/check-typo | |
parent | cf9002cfd8d56c86ebd91138fe75d1e2bb20a775 (diff) | |
download | ocaml-b860d631458802c8685aa59c9d7b66a9225fcedb.tar.gz |
whitespace cleanup, cut long lines, add some missing headers
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16415 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'tools/check-typo')
-rwxr-xr-x | tools/check-typo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check-typo b/tools/check-typo index bd48dc7a3e..a28e4dc153 100755 --- a/tools/check-typo +++ b/tools/check-typo @@ -194,7 +194,7 @@ IGNORE_DIRS=" } 3 <= NR && NR <= 5 \ - && (/ OCaml / || / ocamlbuild / || / OCamldoc /) { + && (/ OCaml / || / ocamlbuild / || / OCamldoc /) { header_ocaml = NR; } |