From a6617b29502ac8ebc3f25bc400035d4c9dac21d7 Mon Sep 17 00:00:00 2001 From: Pascal Obry Date: Sat, 7 Nov 2020 10:30:09 +0100 Subject: [PATCH] [Ada] Minor style fixes gcc/ada/ * libgnat/g-sercom__linux.adb: Minor style fixes. --- gcc/ada/libgnat/g-sercom__linux.adb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gcc/ada/libgnat/g-sercom__linux.adb b/gcc/ada/libgnat/g-sercom__linux.adb index 7d93e576d91..5f3ed07cfa8 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 -- 2.30.2