From 7666ce56d350ee6e65af4736ae3455916a86aadd Mon Sep 17 00:00:00 2001
From: Raymond Lu <songyulu@hdfgroup.org>
Date: Wed, 3 Oct 2001 12:55:22 -0500
Subject: [PATCH] [svn-r4516] Purpose:     Changed to the new generic property
 list Platforms tested:     Arabica and Hawkwind

---
 c++/src/H5DcreatProp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c++/src/H5DcreatProp.h b/c++/src/H5DcreatProp.h
index dcf52b3ebc..c469326182 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.