diff --git a/sw/ground_segment/cockpit/editFP.ml b/sw/ground_segment/cockpit/editFP.ml index 66f2717820..73b824e15e 100644 --- a/sw/ground_segment/cockpit/editFP.ml +++ b/sw/ground_segment/cockpit/editFP.ml @@ -37,6 +37,7 @@ let save_fp = fun () -> None -> () | Some file -> let f = open_out file in + fprintf f "\n\n"; fprintf f "%s\n" (ExtXml.to_string_fmt fp#xml); close_out f