summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c++/src/H5DcreatProp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5DcreatProp.h b/c++/src/H5DcreatProp.h
index dcf52b3..c469326 100644
--- a/c++/src/H5DcreatProp.h
+++ b/c++/src/H5DcreatProp.h
@@ -11,7 +11,7 @@ class DSetCreatPropList : public PropList {
static const DSetCreatPropList DEFAULT;
// Creates a dataset creation property list
- DSetCreatPropList() : PropList( H5P_DATASET_CREATE ) {}
+ DSetCreatPropList() : PropList( H5P_DATASET_CREATE) {}
// Copy constructor: creates a copy of a DSetCreatPropList object;
// often used by the compiler when passing by value occurs.