From ff2ce160cb3b6f74269e2a1808146e5e86d4bd77 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Wed, 4 May 2011 23:34:37 +0000 Subject: Remove extra spacing at the end of the line. From-SVN: r173401 --- gcc/doc/hostconfig.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/doc/hostconfig.texi') diff --git a/gcc/doc/hostconfig.texi b/gcc/doc/hostconfig.texi index b00cc54..d783a2f 100644 --- a/gcc/doc/hostconfig.texi +++ b/gcc/doc/hostconfig.texi @@ -214,15 +214,15 @@ initialization when a compilation driver is being initialized. @item HOST_LONG_LONG_FORMAT If defined, the string used to indicate an argument of type @code{long long} to functions like @code{printf}. The default value is -@code{"ll"}. +@code{"ll"}. @item HOST_LONG_FORMAT If defined, the string used to indicate an argument of type @code{long} -to functions like @code{printf}. The default value is @code{"l"}. +to functions like @code{printf}. The default value is @code{"l"}. @item HOST_PTR_PRINTF If defined, the string used to indicate an argument of type @code{void *} -to functions like @code{printf}. The default value is @code{"%p"}. +to functions like @code{printf}. The default value is @code{"%p"}. @end ftable In addition, if @command{configure} generates an incorrect definition of -- cgit v1.1