(svn r17690) -Fix: minor coding style issue

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
smatz 15 years ago
parent 1e665c7639
commit 5c2fb2f8c1

@ -195,7 +195,8 @@ char *DriverFactoryBase::GetDriversInfo(char *p, const char *last)
/** Frees memory used for this->name
*/
DriverFactoryBase::~DriverFactoryBase() {
DriverFactoryBase::~DriverFactoryBase()
{
if (this->name == NULL) return;
/* Prefix the name with driver type to make it unique */

Loading…
Cancel
Save