diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-02-23 15:58:12 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-02-23 15:58:12 (GMT) |
commit | e171ee01f180cbd326efbdf3254cee94bc4d9622 (patch) | |
tree | 15230b69c96eea0369432c4add9e6ba3e6d2e6a1 /configure | |
parent | 0c29ac42cd986762e1fa1f937cabe2037f0d53b5 (diff) | |
download | hdf5-e171ee01f180cbd326efbdf3254cee94bc4d9622.zip hdf5-e171ee01f180cbd326efbdf3254cee94bc4d9622.tar.gz hdf5-e171ee01f180cbd326efbdf3254cee94bc4d9622.tar.bz2 |
[svn-r26280] Removed tab indenting for Fortran source, tab indenting is not F2003 standard compliant.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -6620,13 +6620,13 @@ $as_echo_n "checking if Fortran compiler version compatible with Fortran 2003 HD program main - USE iso_c_binding - IMPLICIT NONE - TYPE(C_PTR) :: ptr - TYPE(C_FUNPTR) :: funptr - CHARACTER(LEN=80, KIND=c_char), TARGET :: ichr + USE iso_c_binding + IMPLICIT NONE + TYPE(C_PTR) :: ptr + TYPE(C_FUNPTR) :: funptr + CHARACTER(LEN=80, KIND=c_char), TARGET :: ichr - ptr = C_LOC(ichr(1:1)) + ptr = C_LOC(ichr(1:1)) end |