From 4d542bc7eafadb16b845cf05d1eb4988eb55ed0f Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Tue, 20 Oct 2015 13:32:18 +0200 Subject: Updated PR by removing whitespaces. Bug 17450. --- debug/DwarfTypes.mli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debug/DwarfTypes.mli') diff --git a/debug/DwarfTypes.mli b/debug/DwarfTypes.mli index 8f03eb8d..73588ad2 100644 --- a/debug/DwarfTypes.mli +++ b/debug/DwarfTypes.mli @@ -49,7 +49,7 @@ type location_value = | LocRef of address | LocSimple of location_expression | LocList of location_expression list - + type data_location_value = | DataLocBlock of location_expression | DataLocRef of reference @@ -60,10 +60,10 @@ type bound_value = (* Types representing the attribute information per tag value *) -type file_loc = +type file_loc = | Diab_file_loc of int * constant | Gnu_file_loc of int * constant - + type dw_tag_array_type = { array_type_file_loc: file_loc option; -- cgit