From f5e44987a6f7e1028e5b959935fd33768548357f Mon Sep 17 00:00:00 2001 From: Robert Dewar Date: Tue, 30 Oct 2001 20:56:09 +0000 Subject: lib.adb: Minor reformatting * lib.adb: Minor reformatting * s-taprop.ads: Minor reformatting From-SVN: r46651 --- gcc/ada/lib.adb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/ada/lib.adb') diff --git a/gcc/ada/lib.adb b/gcc/ada/lib.adb index 53e74f5..5b3ed4b 100644 --- a/gcc/ada/lib.adb +++ b/gcc/ada/lib.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- $Revision: 1.97 $ +-- $Revision$ -- -- -- Copyright (C) 1992-2001 Free Software Foundation, Inc. -- -- -- @@ -792,8 +792,8 @@ package body Lib is procedure Store_Compilation_Switch (Switch : String) is begin Compilation_Switches.Increment_Last; - Compilation_Switches.Table (Compilation_Switches.Last) - := new String'(Switch); + Compilation_Switches.Table (Compilation_Switches.Last) := + new String'(Switch); end Store_Compilation_Switch; -------------------------------- -- cgit v1.1