]> gcc.gnu.org Git - gcc.git/commitdiff
Fix whitespacing.
authorMike Stump <mrs@gcc.gnu.org>
Mon, 30 Oct 2006 05:56:18 +0000 (05:56 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Mon, 30 Oct 2006 05:56:18 +0000 (05:56 +0000)
From-SVN: r118173

gcc/tree-vectorizer.c

index d6dc4e35a7d2686ebfd34618024a06e08666cac3..2b0064934d72e0261a24d375b421cca7114135d0 100644 (file)
@@ -1332,8 +1332,8 @@ vect_print_dump_info (enum verbosity_levels vl)
 
   if (vect_loop_location == UNKNOWN_LOC)
     fprintf (vect_dump, "\n%s:%d: note: ",
-                DECL_SOURCE_FILE (current_function_decl),
-                DECL_SOURCE_LINE (current_function_decl));
+            DECL_SOURCE_FILE (current_function_decl),
+            DECL_SOURCE_LINE (current_function_decl));
   else
     fprintf (vect_dump, "\n%s:%d: note: ", 
             LOC_FILE (vect_loop_location), LOC_LINE (vect_loop_location));
This page took 0.061836 seconds and 5 git commands to generate.