summaryrefslogtreecommitdiffstats
path: root/test/hyperslab.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1999-04-23 21:12:02 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1999-04-23 21:12:02 (GMT)
commitd6eb4d281f943ca52578f60a97c98f4a190b3043 (patch)
tree8d63dd84208f62c25d4e34be53a74c734a88a32a /test/hyperslab.c
parentacbad9533eb3bba58a9c33c27a7435ae33c72e36 (diff)
downloadhdf5-d6eb4d281f943ca52578f60a97c98f4a190b3043.zip
hdf5-d6eb4d281f943ca52578f60a97c98f4a190b3043.tar.gz
hdf5-d6eb4d281f943ca52578f60a97c98f4a190b3043.tar.bz2
[svn-r1211] Took out linefeeds from hyperslab.c and changed a datatype in tselect.c to make
it more portable.
Diffstat (limited to 'test/hyperslab.c')
-rw-r--r--test/hyperslab.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/hyperslab.c b/test/hyperslab.c
index c1e7df8..9a59363 100644
--- a/test/hyperslab.c
+++ b/test/hyperslab.c
@@ -618,8 +618,7 @@ test_multifill(size_t nx)
dst = H5MM_malloc(nx * sizeof(*dst));
#else
/*
- to match the HDfree I plan on using to free this memory
- */
+ to match the HDfree I plan on using to free this memory */
src = malloc(nx * sizeof(*src));
dst = malloc(nx * sizeof(*dst));
#endif