@@ -82,8 +82,8 @@ typedef struct H5F_t H5F_t;
8282#define  H5F_SET_STORE_MSG_CRT_IDX (F , FL ) ((F)->shared->store_msg_crt_idx = (FL))
8383#define  H5F_GRP_BTREE_SHARED (F )          ((F)->shared->grp_btree_shared)
8484#define  H5F_SET_GRP_BTREE_SHARED (F , RC )  (((F)->shared->grp_btree_shared = (RC)) ? SUCCEED : FAIL)
85- #define  H5F_USE_TMP_SPACE (F )             ((F)->shared->fs. use_tmp_space)
86- #define  H5F_IS_TMP_ADDR (F , ADDR )         (H5_addr_le((F)->shared->fs. tmp_addr, (ADDR)))
85+ #define  H5F_USE_TMP_SPACE (F )             ((F)->shared->use_tmp_space)
86+ #define  H5F_IS_TMP_ADDR (F , ADDR )         (H5_addr_le((F)->shared->tmp_addr, (ADDR)))
8787#ifdef  H5_HAVE_PARALLEL 
8888#define  H5F_COLL_MD_READ (F )           ((F)->shared->coll_md_read)
8989#define  H5F_SHARED_COLL_MD_READ (F_SH ) ((F_SH)->coll_md_read)
@@ -93,8 +93,8 @@ typedef struct H5F_t H5F_t;
9393#define  H5F_MDC_LOG_LOCATION (F )        ((F)->shared->mdc_log_location)
9494#define  H5F_ALIGNMENT (F )               ((F)->shared->alignment)
9595#define  H5F_THRESHOLD (F )               ((F)->shared->threshold)
96- #define  H5F_PGEND_META_THRES (F )        ((F)->shared->fs. pgend_meta_thres)
97- #define  H5F_POINT_OF_NO_RETURN (F )      ((F)->shared->fs. point_of_no_return)
96+ #define  H5F_PGEND_META_THRES (F )        ((F)->shared->pgend_meta_thres)
97+ #define  H5F_POINT_OF_NO_RETURN (F )      ((F)->shared->point_of_no_return)
9898#define  H5F_NULL_FSM_ADDR (F )           ((F)->shared->null_fsm_addr)
9999#define  H5F_GET_MIN_DSET_OHDR (F )       ((F)->shared->crt_dset_min_ohdr_flag)
100100#define  H5F_SET_MIN_DSET_OHDR (F , V )    ((F)->shared->crt_dset_min_ohdr_flag = (V))
0 commit comments