aboutsummaryrefslogtreecommitdiffstats
path: root/arm
diff options
context:
space:
mode:
Diffstat (limited to 'arm')
-rw-r--r--arm/TargetPrinter.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm/TargetPrinter.ml b/arm/TargetPrinter.ml
index 73cdeae0..079d78ff 100644
--- a/arm/TargetPrinter.ml
+++ b/arm/TargetPrinter.ml
@@ -37,7 +37,7 @@ module type PRINTER_OPTIONS =
(* Module containing the printing functions *)
module Target (Opt: PRINTER_OPTIONS) : TARGET =
- (struct
+ struct
(* Code generation options. *)
let literals_in_code = ref true (* to be turned into a proper option *)
@@ -1119,7 +1119,7 @@ module Target (Opt: PRINTER_OPTIONS) : TARGET =
let print_epilogue oc = ()
- end)
+ end
let sel_target () =
let module S : PRINTER_OPTIONS = struct