[Ada] Minor style fixes
authorPascal Obry <obry@adacore.com>
Sat, 7 Nov 2020 09:30:09 +0000 (10:30 +0100)
committerPierre-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

index 7d93e57..5f3ed07 100644 (file)
 
 --  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