summaryrefslogtreecommitdiffstats
path: root/src/H5HGquery.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-03-25 00:39:37 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-03-25 00:39:37 (GMT)
commitfeb20aac304b39e18c70f88cae2f7cf7d5c82db2 (patch)
treee15d7e751af4e3c42e77ea955d91db4cf27a71cf /src/H5HGquery.c
parentbdac2ecdbff2c389a222b3d93ff1eb1d23ec6b23 (diff)
downloadhdf5-feb20aac304b39e18c70f88cae2f7cf7d5c82db2.zip
hdf5-feb20aac304b39e18c70f88cae2f7cf7d5c82db2.tar.gz
hdf5-feb20aac304b39e18c70f88cae2f7cf7d5c82db2.tar.bz2
Formats the source and updates the gcc warning pragmas
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 35abc2e..d9ad81a 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() */
-