aboutsummaryrefslogtreecommitdiffstats
path: root/checklink/Fuzz.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-10-20 13:32:18 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-10-20 13:32:18 +0200
commit4d542bc7eafadb16b845cf05d1eb4988eb55ed0f (patch)
tree1961b41815fc6e392cc0bd2beeb0fb504bc160ce /checklink/Fuzz.ml
parent7a6bb90048db7a254e959b1e3c308bac5fe6c418 (diff)
downloadcompcert-4d542bc7eafadb16b845cf05d1eb4988eb55ed0f.tar.gz
compcert-4d542bc7eafadb16b845cf05d1eb4988eb55ed0f.zip
Updated PR by removing whitespaces. Bug 17450.
Diffstat (limited to 'checklink/Fuzz.ml')
-rw-r--r--checklink/Fuzz.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/checklink/Fuzz.ml b/checklink/Fuzz.ml
index dc984934..0d091c18 100644
--- a/checklink/Fuzz.ml
+++ b/checklink/Fuzz.ml
@@ -10,7 +10,7 @@ let string_of_byte = Printf.sprintf "0x%02x"
let full_range_of_byte elfmap byte =
let byte = Int32.of_int byte in
- List.find (fun (a, b, _, _) -> a <= byte && byte <= b) elfmap
+ List.find (fun (a, b, _, _) -> a <= byte && byte <= b) elfmap
let range_of_byte elfmap byte =
let (_, _, _, r) = full_range_of_byte elfmap byte in