From aaf891732c67b50f16f81653e19a363251cd2e89 Mon Sep 17 00:00:00 2001 From: Robert Dewar Date: Thu, 31 Jul 2008 10:17:03 +0200 Subject: [PATCH] mlib-utl.ads: Minor reformatting 2008-07-31 Robert Dewar * mlib-utl.ads: Minor reformatting From-SVN: r138363 --- gcc/ada/mlib-utl.ads | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/gcc/ada/mlib-utl.ads b/gcc/ada/mlib-utl.ads index 2894d1fe773..ae0509d0a21 100644 --- a/gcc/ada/mlib-utl.ads +++ b/gcc/ada/mlib-utl.ads @@ -47,13 +47,12 @@ package MLib.Utl is procedure Ar (Output_File : String; Objects : Argument_List); - -- Run ar to move all the binaries inside the archive. If ranlib is on the - -- path, run it also. Output_File is the path name of the archive to + -- Run ar to move all the binaries inside the archive. If ranlib is on + -- the path, run it also. Output_File is the path name of the archive to -- create. Objects is the list of the path names of the object files to be - -- put in the archive. - -- This procedure currently assumes that it is always called in the context - -- of gnatmake. If other executable start using this procedure, an - -- additional parameter would need to be added, and calls to + -- put in the archive. This procedure currently assumes that it is always + -- called in the context of gnatmake. If other executable start using this + -- procedure, an additional parameter would need to be added, and calls to -- Osint.Program_Name updated accordingly in the body. function Lib_Directory return String; -- 2.30.2