summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2008-09-17 16:32:35 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2008-09-17 16:32:35 (GMT)
commit313cfa6e65f618822e58a5770c7e6b051d4b22e4 (patch)
treefe0e23aaf5be59eeb3f8b62ad81bb3aacfba1721 /fortran
parentc3113b0e3ca9b7c19a4695b8d905f197051911a4 (diff)
downloadhdf5-313cfa6e65f618822e58a5770c7e6b051d4b22e4.zip
hdf5-313cfa6e65f618822e58a5770c7e6b051d4b22e4.tar.gz
hdf5-313cfa6e65f618822e58a5770c7e6b051d4b22e4.tar.bz2
[svn-r15644] Description:
Fixed print spacing issue.
Diffstat (limited to 'fortran')
-rw-r--r--fortran/test/fortranlib_test.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/fortranlib_test.f90 b/fortran/test/fortranlib_test.f90
index 1033eef..0462740 100644
--- a/fortran/test/fortranlib_test.f90
+++ b/fortran/test/fortranlib_test.f90
@@ -231,7 +231,7 @@
CALL test_derived_flt(cleanup, derived_flt_error)
IF (derived_flt_error == 0) error_string = success
write(*, fmt = '(28a)', advance = 'no') ' Derived float datatype test'
- write(*, fmt = '(47x,a)', advance = 'no') ' '
+ write(*, fmt = '(42x,a)', advance = 'no') ' '
write(*, fmt = e_format) error_string
total_error = total_error + derived_flt_error