Fix some whitespace.

gcc/fortran/
	* decl.c (get_struct_decl, gfc_match_map, gfc_match_union): Fix
	whitespace.
	* interface.c (gfc_compare_union_types): Likewise.

From-SVN: r242057
This commit is contained in:
Fritz O. Reese 2016-11-10 21:54:48 +00:00 committed by Fritz Reese
parent f065303fcf
commit 05b8fcb4d2
3 changed files with 138 additions and 132 deletions

View File

@ -1,3 +1,9 @@
2016-11-10 Fritz O. Reese <fritzoreese@gmail.com>
* decl.c (get_struct_decl, gfc_match_map, gfc_match_union): Fix
whitespace.
* interface.c (gfc_compare_union_types): Likewise.
2016-11-10 Jakub Jelinek <jakub@redhat.com>
* cpp.c (cpp_define_builtins): Define _OPENMP to 201511 instead

View File

@ -8673,7 +8673,7 @@ gfc_match_structure_decl (void)
match m;
locus where;
if(!flag_dec_structure)
if (!flag_dec_structure)
{
gfc_error ("STRUCTURE at %C is a DEC extension, enable with "
"-fdec-structure");