[Ada] Minor style fixes

gcc/ada/

	* libgnat/g-sercom__linux.adb: Minor style fixes.
This commit is contained in:
Pascal Obry 2020-11-07 10:30:09 +01:00 committed by Pierre-Marie de Rodat
parent 9784779754
commit a6617b2950

View File

@ -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