@@ -201,7 +201,7 @@ discard block |
||
| 201 | 201 | if ($timeout > 3) { |
| 202 | 202 | continue; |
| 203 | 203 | } |
| 204 | - else{ |
|
| 204 | + else { |
|
| 205 | 205 | $character = characterDetails($charID); |
| 206 | 206 | $timeout++; |
| 207 | 207 | } |
@@ -213,7 +213,7 @@ discard block |
||
| 213 | 213 | if ($timeout > 9) { |
| 214 | 214 | continue; |
| 215 | 215 | } |
| 216 | - else{ |
|
| 216 | + else { |
|
| 217 | 217 | $corporationDetails = corpDetails($corporationID); |
| 218 | 218 | $timeout++; |
| 219 | 219 | } |
@@ -401,7 +401,7 @@ discard block |
||
| 401 | 401 | if ($timeout > 9) { |
| 402 | 402 | continue; |
| 403 | 403 | } |
| 404 | - else{ |
|
| 404 | + else { |
|
| 405 | 405 | $character = characterDetails($charID); |
| 406 | 406 | $timeout++; |
| 407 | 407 | } |