File tree Expand file tree Collapse file tree 3 files changed +1152
-1168
lines changed Expand file tree Collapse file tree 3 files changed +1152
-1168
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ package body LSP.GPR_Documentation is
215
215
Declaration_Text.Prepend
216
216
(VSS.Strings.Conversions.To_Virtual_String
217
217
(GPR2.Project.Typ.Image (Typ)
218
- & Ada.Characters.Latin_1.CR ));
218
+ & Ada.Characters.Latin_1.LF ));
219
219
end if ;
220
220
end ;
221
221
end if ;
@@ -232,7 +232,7 @@ package body LSP.GPR_Documentation is
232
232
Declaration_Text.Append
233
233
(VSS.Strings.Conversions.To_Virtual_String
234
234
(GPR2.Project.Attribute.Image (Attribute)
235
- & Ada.Characters.Latin_1.CR ));
235
+ & Ada.Characters.Latin_1.LF ));
236
236
Location_Text.Append
237
237
(VSS.Strings.Conversions.To_Virtual_String
238
238
(GPR2.Source_Reference.Format
@@ -253,7 +253,7 @@ package body LSP.GPR_Documentation is
253
253
Declaration_Text.Append
254
254
(VSS.Strings.Conversions.To_Virtual_String
255
255
(GPR2.Project.Typ.Image (Typ)
256
- & Ada.Characters.Latin_1.CR ));
256
+ & Ada.Characters.Latin_1.LF ));
257
257
Location_Text.Append
258
258
(VSS.Strings.Conversions.To_Virtual_String
259
259
(GPR2.Source_Reference.Format
You can’t perform that action at this time.
0 commit comments