summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-02-23 15:58:12 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-02-23 15:58:12 (GMT)
commite171ee01f180cbd326efbdf3254cee94bc4d9622 (patch)
tree15230b69c96eea0369432c4add9e6ba3e6d2e6a1 /configure
parent0c29ac42cd986762e1fa1f937cabe2037f0d53b5 (diff)
downloadhdf5-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-xconfigure12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure b/configure
index c77990b..de1641c 100755
--- a/configure
+++ b/configure
@@ -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