Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 16, 2025
1 parent 7cff84a commit 120919b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/H5Dprivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@
/****************************/

/* Typedef for dataset in memory (defined in H5Dpkg.h) */
typedef struct H5D_t H5D_t;
typedef struct H5D_t H5D_t;

/* Other forward declarations of structs needed by this file */
typedef struct H5D_obj_create_t H5D_obj_create_t;
typedef struct H5D_obj_create_t H5D_obj_create_t;
typedef struct H5D_io_type_info_t H5D_io_type_info_t;
typedef struct H5D_dset_io_info_t H5D_dset_io_info_t;

Expand Down

0 comments on commit 120919b

Please sign in to comment.