Fixed clang-tidy readability-misleading-indentation warnings (#427)

* Fixed clang-tidy readability-misleading-indentation warnings

* Reformatted src/H5Zscaleoffset.c with clang v10.0.1.

Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
This commit is contained in:
Sean McBride
2021-03-05 09:50:42 -05:00
committed by GitHub
parent e84e5ee467
commit f4e87791e1
4 changed files with 163 additions and 158 deletions

View File

@@ -818,8 +818,10 @@ main(int argc, char **argv)
goto error;
#ifdef H5_HAVE_PARALLEL
if (facc_type != FACC_DEFAULT && MAINPROCESS)
#endif /*H5_HAVE_PARALLEL*/
printf("All metadata performance tests passed.\n");
#else
printf("All metadata performance tests passed.\n");
#endif /*H5_HAVE_PARALLEL*/
return 0;