summaryrefslogtreecommitdiffstats
path: root/test/swmr_addrem_writer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/swmr_addrem_writer.c')
-rw-r--r--test/swmr_addrem_writer.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/swmr_addrem_writer.c b/test/swmr_addrem_writer.c
index e80cea9..b2cee81 100644
--- a/test/swmr_addrem_writer.c
+++ b/test/swmr_addrem_writer.c
@@ -49,8 +49,7 @@
/* Local Prototypes */
/********************/
-static hid_t
-open_skeleton(const char *filename, unsigned verbose);
+static hid_t open_skeleton(const char *filename, unsigned verbose);
static int addrem_records(hid_t fid, unsigned verbose, unsigned long nops,
unsigned long flush_count);
static void usage(void);
@@ -135,7 +134,7 @@ open_skeleton(const char *filename, unsigned verbose)
symbol_info[u][v].nrecords = dim[1];
} /* end for */
- return(fid);
+ return fid;
}