Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
10d3c22a
Commit
10d3c22a
authored
Apr 19, 2016
by
Jerome Hugues
Browse files
* Minor reformatting
parent
9968bee6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/common_files/ocarina-output.adb
View file @
10d3c22a
...
...
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
-- Copyright (C) 1992-2009 Telecom ParisTech, 2010-201
5
ESA & ISAE. --
-- Copyright (C) 1992-2009 Telecom ParisTech, 2010-201
6
ESA & ISAE. --
-- --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- terms of the GNU General Public License as published by the Free Soft- --
...
...
@@ -104,7 +104,6 @@ package body Ocarina.Output is
begin
if
Len
/=
0
then
if
Len
/=
Write
(
Current_FD
,
Buffer
'
Address
,
Len
)
then
-- If there are errors with standard error, just quit
...
...
@@ -198,7 +197,7 @@ package body Ocarina.Output is
procedure
Write_Eol
(
N
:
Natural
:=
1
)
is
begin
for
I
in
1
..
N
loop
for
J
in
1
..
N
loop
Buffer
(
Natural
(
Next_Column
))
:=
ASCII
.
LF
;
Next_Column
:=
Next_Column
+
1
;
Flush_Buffer
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment