From e165cf901028f789067c73a5c22ca5c10c6ad03b Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 20:35:54 +0000 Subject: Committing clang-format changes --- tools/src/h5repack/h5repack_copy.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tools/src/h5repack/h5repack_copy.c b/tools/src/h5repack/h5repack_copy.c index a0bb559..8d2478b 100644 --- a/tools/src/h5repack/h5repack_copy.c +++ b/tools/src/h5repack/h5repack_copy.c @@ -183,7 +183,6 @@ create__dataset(hid_t fidin, hid_t fidout, trav_table_t *travt, size_t index, hb else if (g_nID == 0) HDprintf(FORMAT_OBJ, "dset", travt->objs[index].name); - if (!use_h5ocopy) { int j; @@ -326,7 +325,7 @@ create__dataset(hid_t fidin, hid_t fidout, trav_table_t *travt, size_t index, hb } /* end if retry dataset create */ } } - } /* NOT use_h5ocopy */ + } /* NOT use_h5ocopy */ else { /* use_h5ocopy */ if (!is_named) { if (options->use_native == 1) @@ -383,10 +382,10 @@ pcreate_new_objects(const char *fnameout, hid_t fcpl, hid_t fidin, hid_t *_fidou #if 0 hid_t fidout = H5I_INVALID_HID; #else - hid_t fidout = *_fidout; + hid_t fidout = *_fidout; #endif - int ret_value = 0; - int g_ret = 0; + int ret_value = 0; + int g_ret = 0; /*------------------------------------------------------------------------- * create the output file -- cgit v0.12