mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-12 09:09:09 +00:00
(svn r17690) -Fix: minor coding style issue
This commit is contained in:
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user