summaryrefslogtreecommitdiffstats
path: root/src/H5O.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-03-11 01:23:32 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-03-11 01:23:32 (GMT)
commit429cecd2827e09ad9800b25557774e31d19b750f (patch)
tree13edf2658ea24fc28c7fb69d31c3fb9226311dcd /src/H5O.c
parent9129a8452a543482336a85f68ba788691fe50925 (diff)
downloadhdf5-429cecd2827e09ad9800b25557774e31d19b750f.zip
hdf5-429cecd2827e09ad9800b25557774e31d19b750f.tar.gz
hdf5-429cecd2827e09ad9800b25557774e31d19b750f.tar.bz2
[svn-r13494] Description:
Whitespace/formatting cleanup. Tested on: None, just eyeballed.
Diffstat (limited to 'src/H5O.c')
-rw-r--r--src/H5O.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5O.c b/src/H5O.c
index 789a6ab..0f03237 100644
--- a/src/H5O.c
+++ b/src/H5O.c
@@ -93,7 +93,7 @@ const H5O_msg_class_t *const H5O_msg_class_g[] = {
#endif /* H5O_ENABLE_BOGUS */
H5O_MSG_GINFO, /*0x000A Group information */
H5O_MSG_PLINE, /*0x000B Data storage -- filter pipeline */
- H5O_MSG_ATTR, /*0x000C Attribute list */
+ H5O_MSG_ATTR, /*0x000C Attribute */
H5O_MSG_NAME, /*0x000D Object name */
H5O_MSG_MTIME, /*0x000E Object modification date and time */
H5O_MSG_SHMESG, /*0x000F File-wide shared message table */
@@ -102,7 +102,7 @@ const H5O_msg_class_t *const H5O_msg_class_g[] = {
H5O_MSG_MTIME_NEW, /*0x0012 New Object modification date and time */
H5O_MSG_BTREEK, /*0x0013 Non-default v1 B-tree 'K' values */
H5O_MSG_DRVINFO, /*0x0014 Driver info settings */
- H5O_MSG_AINFO, /*0x0015 Attribute information */
+ H5O_MSG_AINFO, /*0x0015 Attribute information */
};
/* Header object ID to class mapping */