diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-03-17 16:03:18 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-03-17 16:03:18 (GMT) |
commit | 50ac3cd6ecc37bb2196bcebe8a202711e315759d (patch) | |
tree | 134ecb2af24498012a72473e1335e77af008d104 /c++/src/H5CommonFG.h | |
parent | f7711df680f2ccd07f23223deccb217440ec3788 (diff) | |
download | hdf5-50ac3cd6ecc37bb2196bcebe8a202711e315759d.zip hdf5-50ac3cd6ecc37bb2196bcebe8a202711e315759d.tar.gz hdf5-50ac3cd6ecc37bb2196bcebe8a202711e315759d.tar.bz2 |
Description:
Miscellaneous clean-up: format and comments
Platforms tested:
Linux/64 (jelly)
Darwin (osx1010test)
Diffstat (limited to 'c++/src/H5CommonFG.h')
-rw-r--r-- | c++/src/H5CommonFG.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/c++/src/H5CommonFG.h b/c++/src/H5CommonFG.h index 588d49a..0c7b799 100644 --- a/c++/src/H5CommonFG.h +++ b/c++/src/H5CommonFG.h @@ -84,10 +84,8 @@ class H5_DLLCPP CommonFG { #endif // DOXYGEN_SHOULD_SKIP_THIS -}; // end of CommonFG declaration +}; // end of CommonFG +} // namespace H5 -#ifndef H5_NO_NAMESPACE -} -#endif #endif // __CommonFG_H |