summaryrefslogtreecommitdiffstats
path: root/c++/src/H5IdComponent.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2017-04-23 21:40:27 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2017-04-23 21:40:27 (GMT)
commit326030c665c53dfb04491a92ec88e38749bfbeb0 (patch)
tree161d3ee173a6078f171db492ac23765f9314ea3c /c++/src/H5IdComponent.h
parent816fb3b0fc2043ec04805bc4853d54d2cbfd188f (diff)
downloadhdf5-326030c665c53dfb04491a92ec88e38749bfbeb0.zip
hdf5-326030c665c53dfb04491a92ec88e38749bfbeb0.tar.gz
hdf5-326030c665c53dfb04491a92ec88e38749bfbeb0.tar.bz2
Format changes only.
Platforms tested: Linux/32 2.6 (jam) - very minor
Diffstat (limited to 'c++/src/H5IdComponent.h')
-rw-r--r--c++/src/H5IdComponent.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/c++/src/H5IdComponent.h b/c++/src/H5IdComponent.h
index 7874af5..24d1d1b 100644
--- a/c++/src/H5IdComponent.h
+++ b/c++/src/H5IdComponent.h
@@ -49,7 +49,7 @@ class H5_DLLCPP IdComponent {
H5I_type_t getHDFObjType() const;
// Assignment operator.
- IdComponent& operator=( const IdComponent& rhs );
+ IdComponent& operator=(const IdComponent& rhs);
// Sets the identifier of this object to a new value.
void setId(const hid_t new_id);
@@ -62,12 +62,12 @@ class H5_DLLCPP IdComponent {
// removal does not raise any problems in two 1.10 releases.
// Creates an object to hold an HDF5 identifier.
- IdComponent( const hid_t h5_id );
+ IdComponent(const hid_t h5_id);
#ifndef DOXYGEN_SHOULD_SKIP_THIS
// Copy constructor: makes copy of the original IdComponent object.
- // IdComponent( const IdComponent& original ); - removed from 1.8.15
+ // IdComponent(const IdComponent& original); - removed from 1.8.15
// Gets the identifier of this object.
virtual hid_t getId () const = 0;