Develop clang 13 format (#1933)
* Update format source to clang 13 * More format changes
This commit is contained in:
@@ -42,7 +42,7 @@ public class H5Ex_G_Corder {
|
||||
// Create group creation property list and enable link creation order tracking.
|
||||
gcpl_id = H5.H5Pcreate(HDF5Constants.H5P_GROUP_CREATE);
|
||||
status = H5.H5Pset_link_creation_order(gcpl_id, HDF5Constants.H5P_CRT_ORDER_TRACKED +
|
||||
HDF5Constants.H5P_CRT_ORDER_INDEXED);
|
||||
HDF5Constants.H5P_CRT_ORDER_INDEXED);
|
||||
|
||||
// Create primary group using the property list.
|
||||
if (status >= 0)
|
||||
|
||||
Reference in New Issue
Block a user