From 3aade68889268c7d15e121d6d63cb1b753ec12fa Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 12 Aug 2015 04:42:37 -0700 Subject: Remove trailing spaces in binutils --- binutils/dllwrap.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'binutils/dllwrap.c') diff --git a/binutils/dllwrap.c b/binutils/dllwrap.c index 423db74..e60126e 100644 --- a/binutils/dllwrap.c +++ b/binutils/dllwrap.c @@ -475,7 +475,7 @@ usage (FILE *file, int status) { fprintf (file, _("Usage %s \n"), prog_name); fprintf (file, _(" Generic options:\n")); - fprintf (file, _(" @ Read options from \n")); + fprintf (file, _(" @ Read options from \n")); fprintf (file, _(" --quiet, -q Work quietly\n")); fprintf (file, _(" --verbose, -v Verbose\n")); fprintf (file, _(" --version Print dllwrap version\n")); @@ -1021,9 +1021,9 @@ Creating one, but that may not be what you want")); /* Step 1. Call GCC/LD to create base relocation file. If using GCC, the driver command line will look like the following: - + % gcc -Wl,--dll --Wl,--base-file,foo.base [rest of command line] - + If the user does not specify a base name, create temporary one that is deleted at exit. */ @@ -1065,9 +1065,9 @@ Creating one, but that may not be what you want")); /* Step 2. generate the exp file by running dlltool. dlltool command line will look like the following: - + % dlltool -Wl,--dll --Wl,--base-file,foo.base [rest of command line] - + If the user does not specify a base name, create temporary one that is deleted at exit. */ -- cgit v1.1