diff options
author | Robb Matzke <matzke@llnl.gov> | 2000-11-07 16:00:44 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 2000-11-07 16:00:44 (GMT) |
commit | 88c57a32812d7e6b1e5454a3b1330791632a1913 (patch) | |
tree | b796e988e91031d7e628b00b5b3099a29a82158e /src/H5Epublic.h | |
parent | 9c109121c41e4da18dfc7fc86309af670e79869e (diff) | |
download | hdf5-88c57a32812d7e6b1e5454a3b1330791632a1913.zip hdf5-88c57a32812d7e6b1e5454a3b1330791632a1913.tar.gz hdf5-88c57a32812d7e6b1e5454a3b1330791632a1913.tar.bz2 |
[svn-r2806] ./hdf5/src/H5Epublic.h
* 2000-11-07 Robb Matzke <matzke@llnl.gov>
Reindented a couple of comments.
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r-- | src/H5Epublic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h index e02145d..02cc9c6 100644 --- a/src/H5Epublic.h +++ b/src/H5Epublic.h @@ -98,8 +98,8 @@ typedef enum H5E_major_t { H5E_EFL, /*External file list */ H5E_RAGGED, /*Ragged arrays */ H5E_REFERENCE, /*References */ - H5E_VFL, /*Virtual File Layer */ - H5E_TBBT /*Threaded, Balanced, Binary Trees */ + H5E_VFL, /*Virtual File Layer */ + H5E_TBBT /*Threaded, Balanced, Binary Trees */ } H5E_major_t; /* Declare an enumerated type which holds all the valid minor HDF error codes */ |