diff options
Diffstat (limited to 'examples/h5_select.c')
-rw-r--r-- | examples/h5_select.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/h5_select.c b/examples/h5_select.c index fa8ec0c..5626e03 100644 --- a/examples/h5_select.c +++ b/examples/h5_select.c @@ -33,7 +33,8 @@ #define NPOINTS 4 /* Number of points that will be selected and overwritten */ -int main (void) +int +main (void) { hid_t file, dataset; /* File and dataset identifiers */ |