projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9784779
)
[Ada] Minor style fixes
author
Pascal Obry
<obry@adacore.com>
Sat, 7 Nov 2020 09:30:09 +0000
(10:30 +0100)
committer
Pierre-Marie de Rodat
<derodat@adacore.com>
Mon, 30 Nov 2020 14:16:17 +0000
(09:16 -0500)
gcc/ada/
* libgnat/g-sercom__linux.adb: Minor style fixes.
gcc/ada/libgnat/g-sercom__linux.adb
patch
|
blob
|
history
diff --git
a/gcc/ada/libgnat/g-sercom__linux.adb
b/gcc/ada/libgnat/g-sercom__linux.adb
index 7d93e576d91bb8ac0117d311e3d1de9d7b62b58d..5f3ed07cfa858ed71d03222d607f497355cf0450 100644
(file)
--- a/
gcc/ada/libgnat/g-sercom__linux.adb
+++ b/
gcc/ada/libgnat/g-sercom__linux.adb
@@
-31,14
+31,13
@@
-- This is the GNU/Linux implementation of this package
-with Ada.Streams; use Ada.Streams;
-with Ada; use Ada;
+with Ada.Streams; use Ada.Streams;
with System; use System;
with System.Communication; use System.Communication;
with System.CRTL; use System.CRTL;
-with GNAT.OS_Lib; use GNAT.OS_Lib;
+with GNAT.OS_Lib;
use GNAT.OS_Lib;
package body GNAT.Serial_Communications is