From e5cf132e8fad2f467fbfd13b15371d3f9365cc2f Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 22:58:35 +0000 Subject: [PATCH] Committing clang-format changes --- test/err_compat.c | 4 ++-- test/error_test.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/err_compat.c b/test/err_compat.c index 7b2eef48abb..108e04a8a41 100644 --- a/test/err_compat.c +++ b/test/err_compat.c @@ -244,7 +244,7 @@ test_error1(void) if (old_data != NULL) TEST_ERROR; if (old_func2 == NULL) - TEST_ERROR; + TEST_ERROR; if (H5Eset_auto2(H5E_DEFAULT, old_func2, old_data) < 0) TEST_ERROR; @@ -314,7 +314,7 @@ test_error1(void) if (old_data != NULL) TEST_ERROR; if (old_func2 == NULL) - TEST_ERROR; + TEST_ERROR; /* Try the printing function. Dataset creation should fail because the file * doesn't exist. */ diff --git a/test/error_test.c b/test/error_test.c index d44a7a03c72..cf1e82c5c7b 100644 --- a/test/error_test.c +++ b/test/error_test.c @@ -130,7 +130,7 @@ test_error(hid_t file) if (old_data != NULL) TEST_ERROR; if (old_func == NULL) - TEST_ERROR; + TEST_ERROR; if (H5Eset_auto2(H5E_DEFAULT, NULL, NULL) < 0) TEST_ERROR;