(svn r17690) -Fix: minor coding style issue

This commit is contained in:
smatz
2009-10-04 14:49:39 +00:00
parent 72af7550b8
commit 99cf23d42c

View File

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