| @@ -115,7 +115,7 @@ | ||
| 115 | 115 | if (null === $this->prefix) | 
| 116 | 116 |  		{ | 
| 117 | 117 | $parts = array_map( | 
| 118 | - function ($part) | |
| 118 | + function($part) | |
| 119 | 119 |  				{ | 
| 120 | 120 | return ucfirst(strtolower($part)); | 
| 121 | 121 | }, | 
| @@ -197,8 +197,7 @@ | ||
| 197 | 197 | try | 
| 198 | 198 |  		{ | 
| 199 | 199 | \JTable::addIncludePath($this->getTablesFolder()); | 
| 200 | - } | |
| 201 | - catch (\Exception $e) | |
| 200 | + } catch (\Exception $e) | |
| 202 | 201 |  		{ | 
| 203 | 202 | // There are models with no associated tables | 
| 204 | 203 | } |