summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/lib/h5diff_array.c3
-rw-r--r--tools/lib/h5diff_util.c1
2 files changed, 3 insertions, 1 deletions
diff --git a/tools/lib/h5diff_array.c b/tools/lib/h5diff_array.c
index 2476aaf..df19ece 100644
--- a/tools/lib/h5diff_array.c
+++ b/tools/lib/h5diff_array.c
@@ -20,6 +20,7 @@
#include "h5tools.h"
+
#include <sys/timeb.h>
#include <time.h>
@@ -5695,4 +5696,4 @@ static void h5diff_print_char(char ch)
break;
}
-} \ No newline at end of file
+}
diff --git a/tools/lib/h5diff_util.c b/tools/lib/h5diff_util.c
index c84173d..423cb74 100644
--- a/tools/lib/h5diff_util.c
+++ b/tools/lib/h5diff_util.c
@@ -19,6 +19,7 @@
#include "h5tools.h"
+
/* global variables */
int g_nTasks = 1;
unsigned char g_Parallel = 0; /*0 for serial, 1 for parallel */