mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-18 16:44:57 +08:00
[Ada] Minor style fixes
gcc/ada/ * libgnat/g-sercom__linux.adb: Minor style fixes.
This commit is contained in:
parent
9784779754
commit
a6617b2950
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user