diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-03-11 01:23:32 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-03-11 01:23:32 (GMT) |
commit | 429cecd2827e09ad9800b25557774e31d19b750f (patch) | |
tree | 13edf2658ea24fc28c7fb69d31c3fb9226311dcd /src/H5O.c | |
parent | 9129a8452a543482336a85f68ba788691fe50925 (diff) | |
download | hdf5-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |