@@ -53,7 +53,7 @@  | 
                                                    ||
| 53 | 53 |      { | 
                                                        
| 54 | 54 | $this->sDirectory = '';  | 
                                                        
| 55 | 55 | $this->sExtension = '';  | 
                                                        
| 56 | - if(isset($this->aDirectories[$sNamespace]))  | 
                                                        |
| 56 | + if (isset($this->aDirectories[$sNamespace]))  | 
                                                        |
| 57 | 57 |          { | 
                                                        
| 58 | 58 | // Make sure there's only one '/' at the end of the string  | 
                                                        
| 59 | 59 | $this->sDirectory = rtrim($this->aDirectories[$sNamespace]['path'], '/') . '/';  |