Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Ocarina
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
Ocarina
Commits
10d3c22a
Commit
10d3c22a
authored
Apr 19, 2016
by
Jerome Hugues
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Minor reformatting
parent
9968bee6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/core/common_files/ocarina-output.adb
src/core/common_files/ocarina-output.adb
+2
-3
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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