changeset 13183:6395b76151e9 draft

(svn r17690) -Fix: minor coding style issue
author smatz <smatz@openttd.org>
date Sun, 04 Oct 2009 14:49:39 +0000
parents e87f42d9eca6
children 9739a25d0d7e
files src/driver.cpp
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/driver.cpp
+++ b/src/driver.cpp
@@ -195,7 +195,8 @@
 
 /** 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 */