diff options
author | Pascal Obry <obry@adacore.com> | 2020-11-07 10:30:09 +0100 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2020-11-30 09:16:17 -0500 |
commit | a6617b29502ac8ebc3f25bc400035d4c9dac21d7 (patch) | |
tree | d7372ba372c8f6a63ebc06c8984e52956b61c1b3 | |
parent | 9784779754d2861aa1b9c8d94da971f83e383e01 (diff) | |
download | gcc-a6617b29502ac8ebc3f25bc400035d4c9dac21d7.zip gcc-a6617b29502ac8ebc3f25bc400035d4c9dac21d7.tar.gz gcc-a6617b29502ac8ebc3f25bc400035d4c9dac21d7.tar.bz2 |
[Ada] Minor style fixes
gcc/ada/
* libgnat/g-sercom__linux.adb: Minor style fixes.
-rw-r--r-- | gcc/ada/libgnat/g-sercom__linux.adb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/libgnat/g-sercom__linux.adb b/gcc/ada/libgnat/g-sercom__linux.adb index 7d93e57..5f3ed07 100644 --- 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 |