summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Library.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/H5Library.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/H5Library.h')
-rw-r--r--c++/src/H5Library.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/H5Library.h b/c++/src/H5Library.h
index a93a68b..ff0cd20 100644
--- a/c++/src/H5Library.h
+++ b/c++/src/H5Library.h
@@ -36,11 +36,11 @@ class H5_DLLCPP H5Library {
static void dontAtExit();
// Returns the HDF library release number.
- static void getLibVersion( unsigned& majnum, unsigned& minnum, unsigned& relnum );
+ static void getLibVersion(unsigned& majnum, unsigned& minnum, unsigned& relnum);
// Verifies that the arguments match the version numbers compiled
// into the library
- static void checkVersion( unsigned majnum, unsigned minnum, unsigned relnum );
+ static void checkVersion(unsigned majnum, unsigned minnum, unsigned relnum);
// Walks through all the garbage collection routines for the library,
// which are supposed to free any unused memory they have allocated.