summaryrefslogtreecommitdiffstats
path: root/test/big.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-09-24 14:57:21 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-09-24 14:57:21 (GMT)
commita117ac6caed2d4b13cf495ac90fece5be527f637 (patch)
treee52e00f2d6135688f572c43357235f2616b58325 /test/big.c
parent01482d93d478e995be55fe53445bf9aec7f18f6e (diff)
downloadhdf5-a117ac6caed2d4b13cf495ac90fece5be527f637.zip
hdf5-a117ac6caed2d4b13cf495ac90fece5be527f637.tar.gz
hdf5-a117ac6caed2d4b13cf495ac90fece5be527f637.tar.bz2
Fix comment formatting due to tabs conversion
Diffstat (limited to 'test/big.c')
-rw-r--r--test/big.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/test/big.c b/test/big.c
index 7917fa1..a0d767f 100644
--- a/test/big.c
+++ b/test/big.c
@@ -102,11 +102,11 @@ static hsize_t values_used[WRT_N];
*
* Purpose: Create a random long long value.
* Ensures that a write at this value doesn't overlap any
- * previous write.
+ * previous write.
*
* Return: Success: Random value
*
- * Failure: Random value which overlaps another write
+ * Failure: Random value which overlaps another write
*
* Programmer: Robb Matzke
* Tuesday, November 24, 1998
@@ -152,12 +152,12 @@ randll(hsize_t limit, int current_index)
* Function: is_sparse
*
* Purpose: Determines if the file system of the current working
- * directory supports holes.
+ * directory supports holes.
*
* Return: Success: Non-zero if holes are supported; zero
* otherwise.
*
- * Failure: zero
+ * Failure: zero
*
* Programmer: Robb Matzke
* Wednesday, July 15, 1998
@@ -190,12 +190,12 @@ is_sparse(void)
* Function: supports_big
*
* Purpose: Determines if the file system of the current working
- * directory supports big files.
+ * directory supports big files.
*
* Return: Success: Non-zero if big files are supported; zero
* otherwise.
*
- * Failure: zero
+ * Failure: zero
*
* Programmer: Raymond Lu
* Wednesday, April 18, 2007
@@ -266,7 +266,7 @@ error:
*
* Return: Success: Non-zero
*
- * Failure: zero
+ * Failure: zero
*
* Programmer: Robb Matzke
* Thursday, August 6, 1998
@@ -332,14 +332,14 @@ H5_GCC_DIAG_ON("format-nonliteral")
*
* Return: Success: 0
*
- * Failure: >0
+ * Failure: >0
*
* Programmer: Robb Matzke
* Wednesday, April 8, 1998
*
* Modifications:
* Robb Matzke, 15 Jul 1998
- * Addresses are written to the file DNAME instead of stdout.
+ * Addresses are written to the file DNAME instead of stdout.
*
*-------------------------------------------------------------------------
*/
@@ -476,7 +476,7 @@ error:
*
* Return: Success: 0
*
- * Failure: >0
+ * Failure: >0
*
* Programmer: Robb Matzke
* Friday, April 10, 1998
@@ -739,7 +739,7 @@ error:
*
* Return: Success:
*
- * Failure:
+ * Failure:
*
* Programmer: Robb Matzke
* Friday, April 10, 1998