diff options
| author | Hugo Herbelin | 2018-09-26 22:16:14 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2019-09-10 12:03:18 +0200 |
| commit | 29592216820248bfc78b137595fdd5e31d28f5b6 (patch) | |
| tree | f575b3481aa7504dc073206650722ecc95c950cf /configure.ml | |
| parent | f06f4174b1b0b864328944e1f35b4745d8a012af (diff) | |
Indentation in configure.ml.
Diffstat (limited to 'configure.ml')
| -rw-r--r-- | configure.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ml b/configure.ml index cef4faaf1a..d7370b28c1 100644 --- a/configure.ml +++ b/configure.ml @@ -1200,8 +1200,8 @@ let write_macos_metadata exec = let () = close_out o in Unix.chmod f 0o444 -let () = if arch = "Darwin" then -List.iter write_macos_metadata distributed_exec +let () = + if arch = "Darwin" then List.iter write_macos_metadata distributed_exec let write_configpy f = safe_remove f; |
