| @@ -21,7 +21,7 @@ | ||
| 21 | 21 | */ | 
| 22 | 22 | public function __construct() | 
| 23 | 23 |      { | 
| 24 | -        if(!ini_get('allow_url_fopen')){ | |
| 24 | +        if (!ini_get('allow_url_fopen')) { | |
| 25 | 25 | throw new DisallowedUrlException(); | 
| 26 | 26 | } | 
| 27 | 27 | } |