From: Mike Stump Date: Mon, 30 Oct 2006 05:56:18 +0000 (+0000) Subject: Fix whitespacing. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5fbd2051394849190af02e40fe987839f7ef6eb9;p=gcc.git Fix whitespacing. From-SVN: r118173 --- diff --git a/gcc/tree-vectorizer.c b/gcc/tree-vectorizer.c index d6dc4e35a7d..2b0064934d7 100644 --- a/gcc/tree-vectorizer.c +++ b/gcc/tree-vectorizer.c @@ -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));