Commit 05b8fcb4 by Fritz O. Reese Committed by Fritz Reese

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
parent f065303f
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> 2016-11-10 Jakub Jelinek <jakub@redhat.com>
* cpp.c (cpp_define_builtins): Define _OPENMP to 201511 instead * cpp.c (cpp_define_builtins): Define _OPENMP to 201511 instead
......
...@@ -8673,7 +8673,7 @@ gfc_match_structure_decl (void) ...@@ -8673,7 +8673,7 @@ gfc_match_structure_decl (void)
match m; match m;
locus where; locus where;
if(!flag_dec_structure) if (!flag_dec_structure)
{ {
gfc_error ("STRUCTURE at %C is a DEC extension, enable with " gfc_error ("STRUCTURE at %C is a DEC extension, enable with "
"-fdec-structure"); "-fdec-structure");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment