summaryrefslogtreecommitdiffstats
path: root/examples/h5_dtransform.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/h5_dtransform.c')
-rw-r--r--examples/h5_dtransform.c6
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"); \
} \
}