diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-09-24 14:57:21 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-09-24 14:57:21 (GMT) |
commit | a117ac6caed2d4b13cf495ac90fece5be527f637 (patch) | |
tree | e52e00f2d6135688f572c43357235f2616b58325 /examples | |
parent | 01482d93d478e995be55fe53445bf9aec7f18f6e (diff) | |
download | hdf5-a117ac6caed2d4b13cf495ac90fece5be527f637.zip hdf5-a117ac6caed2d4b13cf495ac90fece5be527f637.tar.gz hdf5-a117ac6caed2d4b13cf495ac90fece5be527f637.tar.bz2 |
Fix comment formatting due to tabs conversion
Diffstat (limited to 'examples')
-rw-r--r-- | examples/h5_dtransform.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/h5_dtransform.c b/examples/h5_dtransform.c index 6be4813..99cc48e 100644 --- a/examples/h5_dtransform.c +++ b/examples/h5_dtransform.c @@ -57,9 +57,9 @@ const float windchillF[ROWS][COLS] = { \ for(i=0; i<ROWS; i++) \ { \ - for(j=0; j<COLS; j++) \ - printf("%6.2f ", array[i][j]); \ - printf("\n"); \ + for(j=0; j<COLS; j++) \ + printf("%6.2f ", array[i][j]); \ + printf("\n"); \ } \ } |