]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/cppmain.c
cpperror.c: Fix formatting.
[gcc.git] / gcc / cppmain.c
index bab1ff6cd76d6a73760a2ee2919517323ca84a6e..b04e86f2695a89b3c6004aa2d0bba923cb068193 100644 (file)
@@ -78,7 +78,7 @@ cpp_preprocess_file (pfile)
   print.printed = 0;
   print.prev = 0;
   print.map = 0;
-  
+
   /* Open the output now.  We must do so even if no_output is on,
      because there may be other output than from the actual
      preprocessing (e.g. from -dM).  */
@@ -264,7 +264,7 @@ print_line (map, line, special_flags)
       size_t to_file_len = strlen (map->to_file);
       unsigned char *to_file_quoted = alloca (to_file_len * 4 + 1);
       unsigned char *p;
-      
+
       /* cpp_quote_string does not nul-terminate, so we have to do it
         ourselves.  */
       p = cpp_quote_string (to_file_quoted,
This page took 0.028895 seconds and 5 git commands to generate.