2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-26 07:40:26 +08:00

gcc/fortran/module.c: Fix indentation

gcc/fortran/ChangeLog:

	* module.c (mio_symbol_attribute): Fix indent of previous
	commit.
This commit is contained in:
Tobias Burnus 2020-07-29 12:26:12 +02:00
parent c2e99836a2
commit 6de5600a8b

@ -2623,10 +2623,10 @@ mio_symbol_attribute (symbol_attribute *attr)
attr->oacc_routine_lop = OACC_ROUTINE_LOP_SEQ;
break;
case AB_OMP_REQ_REVERSE_OFFLOAD:
gfc_omp_requires_add_clause (OMP_REQ_REVERSE_OFFLOAD,
"reverse_offload",
&gfc_current_locus,
module_name);
gfc_omp_requires_add_clause (OMP_REQ_REVERSE_OFFLOAD,
"reverse_offload",
&gfc_current_locus,
module_name);
break;
case AB_OMP_REQ_UNIFIED_ADDRESS:
gfc_omp_requires_add_clause (OMP_REQ_UNIFIED_ADDRESS,