summaryrefslogtreecommitdiff
path: root/gcc/ada/lib.adb
diff options
context:
space:
mode:
authorbosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-30 20:56:09 +0000
committerbosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-30 20:56:09 +0000
commited7f48c30558bca0e660b9c6a75441b43d252a99 (patch)
tree24873bf49d59a846c31ee3aaddfdae60763a7cba /gcc/ada/lib.adb
parent00a4a89fbb6db9f117a4f9def4c788a149084307 (diff)
downloadgcc-ed7f48c30558bca0e660b9c6a75441b43d252a99.tar.gz
* lib.adb: Minor reformatting
* s-taprop.ads: Minor reformatting git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46651 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/lib.adb')
-rw-r--r--gcc/ada/lib.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/lib.adb b/gcc/ada/lib.adb
index 53e74f5459b..5b3ed4b0ce5 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;
--------------------------------