summaryrefslogtreecommitdiffstats
path: root/src/H5HGquery.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-09-30 14:27:10 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-09-30 14:27:10 (GMT)
commitb2d661b508a7fc7a2592c13bc6bdc175551f075d (patch)
tree13baeb0d83a7c2a4c6299993c182b1227c2f6114 /src/H5HGquery.c
parent29ab58b58dce556639ea3154e262895773a8a8df (diff)
downloadhdf5-b2d661b508a7fc7a2592c13bc6bdc175551f075d.zip
hdf5-b2d661b508a7fc7a2592c13bc6bdc175551f075d.tar.gz
hdf5-b2d661b508a7fc7a2592c13bc6bdc175551f075d.tar.bz2
Clang-format of source files
Diffstat (limited to 'src/H5HGquery.c')
-rw-r--r--src/H5HGquery.c21
1 files changed, 4 insertions, 17 deletions
diff --git a/src/H5HGquery.c b/src/H5HGquery.c
index 005235c..29922c1 100644
--- a/src/H5HGquery.c
+++ b/src/H5HGquery.c
@@ -23,53 +23,43 @@
/* Module Setup */
/****************/
-#include "H5HGmodule.h" /* This source code file is part of the H5HG module */
-
+#include "H5HGmodule.h" /* This source code file is part of the H5HG module */
/***********/
/* Headers */
/***********/
-#include "H5private.h" /* Generic Functions */
-#include "H5Eprivate.h" /* Error handling */
-#include "H5HGpkg.h" /* Global heaps */
-
+#include "H5private.h" /* Generic Functions */
+#include "H5Eprivate.h" /* Error handling */
+#include "H5HGpkg.h" /* Global heaps */
/****************/
/* Local Macros */
/****************/
-
/******************/
/* Local Typedefs */
/******************/
-
/********************/
/* Package Typedefs */
/********************/
-
/********************/
/* Local Prototypes */
/********************/
-
/*********************/
/* Package Variables */
/*********************/
-
/*****************************/
/* Library Private Variables */
/*****************************/
-
/*******************/
/* Local Variables */
/*******************/
-
-
/*-------------------------------------------------------------------------
* Function: H5HG_get_addr
*
@@ -93,7 +83,6 @@ H5HG_get_addr(const H5HG_heap_t *heap)
FUNC_LEAVE_NOAPI(heap->addr)
} /* H5HG_get_addr() */
-
/*-------------------------------------------------------------------------
* Function: H5HG_get_size
*
@@ -117,7 +106,6 @@ H5HG_get_size(const H5HG_heap_t *heap)
FUNC_LEAVE_NOAPI(heap->size)
} /* H5HG_get_size() */
-
/*-------------------------------------------------------------------------
* Function: H5HG_get_free_size
*
@@ -140,4 +128,3 @@ H5HG_get_free_size(const H5HG_heap_t *heap)
FUNC_LEAVE_NOAPI(heap->obj[0].size)
} /* H5HG_get_free_size() */
-