summaryrefslogtreecommitdiffstats
path: root/examples/h5_drivers.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/h5_drivers.c')
-rw-r--r--examples/h5_drivers.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/h5_drivers.c b/examples/h5_drivers.c
index ebe870b..5dea143 100644
--- a/examples/h5_drivers.c
+++ b/examples/h5_drivers.c
@@ -12,13 +12,13 @@
* access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/*
+/*
* This shows how to use the hdf5 virtual file drivers.
* The example codes here do not check return values for the
* sake of simplicity. As in all proper programs, return codes
* should be checked.
*/
-
+
#include "hdf5.h"
#include "stdlib.h"
@@ -96,8 +96,8 @@ split_file(void)
int
main (void)
{
-
+
split_file();
return(0);
-}
+}