diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-29 13:59:42 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-29 13:59:42 (GMT) |
commit | 00b7830ec5ae21afcdd6e67670b6c5fea6683720 (patch) | |
tree | ea70985712759ba5303c90b3b448f0b64ad088be /src/H5Tarray.c | |
parent | 6bc0753d0294b54f384ae8ccc71d0ac1869511cb (diff) | |
download | hdf5-00b7830ec5ae21afcdd6e67670b6c5fea6683720.zip hdf5-00b7830ec5ae21afcdd6e67670b6c5fea6683720.tar.gz hdf5-00b7830ec5ae21afcdd6e67670b6c5fea6683720.tar.bz2 |
[svn-r7431] Purpose:
Code cleanup
Description:
De-linted more code.
Platforms tested:
FreeBSD 4.9 (sleipnir)
too small to need h5committest
Diffstat (limited to 'src/H5Tarray.c')
-rw-r--r-- | src/H5Tarray.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5Tarray.c b/src/H5Tarray.c index 5d1dc9b..185561b 100644 --- a/src/H5Tarray.c +++ b/src/H5Tarray.c @@ -23,11 +23,11 @@ /* (Put before include files to avoid problems with inline functions) */ #define PABLO_MASK H5Tarray_mask -#include "H5private.h" /*generic functions */ -#include "H5Eprivate.h" /*error handling */ -#include "H5FLprivate.h" /*Free Lists */ -#include "H5Iprivate.h" /*ID functions */ -#include "H5Tpkg.h" /*data-type functions */ +#include "H5private.h" /* Generic Functions */ +#include "H5Eprivate.h" /* Error handling */ +#include "H5FLprivate.h" /* Free Lists */ +#include "H5Iprivate.h" /* IDs */ +#include "H5Tpkg.h" /* Datatypes */ /* Interface initialization */ static int interface_initialize_g = 0; |