diff options
author | Tobias Burnus <tobias@codesourcery.com> | 2020-07-29 12:26:12 +0200 |
---|---|---|
committer | Tobias Burnus <tobias@codesourcery.com> | 2020-07-29 12:27:45 +0200 |
commit | 6de5600a8bd1ef0ad3d57670efdcc68bb3484276 (patch) | |
tree | 7ecf0aca3a959149d09167030c33e8f262a36cfb /gcc | |
parent | c2e99836a2751b6d970ca6e50c1a368f5d2a2375 (diff) | |
download | gcc-6de5600a8bd1ef0ad3d57670efdcc68bb3484276.zip gcc-6de5600a8bd1ef0ad3d57670efdcc68bb3484276.tar.gz gcc-6de5600a8bd1ef0ad3d57670efdcc68bb3484276.tar.bz2 |
gcc/fortran/module.c: Fix indentation
gcc/fortran/ChangeLog:
* module.c (mio_symbol_attribute): Fix indent of previous
commit.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/module.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/fortran/module.c b/gcc/fortran/module.c index 384d0ae..5114d55 100644 --- a/gcc/fortran/module.c +++ b/gcc/fortran/module.c @@ -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, |