]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/pretty-print.c
Remove trailing white spaces.
[thirdparty/gcc.git] / gcc / pretty-print.c
index 94952c3e15251ca2df9f359ac0fe82623d388295..56789490931c68e8cbf8d9cb20288b36dbdd7752 100644 (file)
@@ -233,7 +233,7 @@ pp_base_format (pretty_printer *pp, text_info *text)
      this point.  */
 
   memset (formatters, 0, sizeof formatters);
-  
+
   for (p = text->format_spec; *p; )
     {
       while (*p != '\0' && *p != '%')
@@ -249,7 +249,7 @@ pp_base_format (pretty_printer *pp, text_info *text)
        {
        case '\0':
          gcc_unreachable ();
-         
+
        case '%':
          obstack_1grow (&buffer->chunk_obstack, '%');
          p++;
@@ -366,7 +366,7 @@ pp_base_format (pretty_printer *pp, text_info *text)
   gcc_assert (chunk < PP_NL_ARGMAX * 2);
   args[chunk++] = XOBFINISH (&buffer->chunk_obstack, const char *);
   args[chunk] = 0;
-                 
+
   /* Set output to the argument obstack, and switch line-wrapping and
      prefixing off.  */
   buffer->obstack = &buffer->chunk_obstack;