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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user