@@ -192,7 +192,7 @@ discard block |
||
| 192 | 192 | if ($timeout > 9) { |
| 193 | 193 | continue; |
| 194 | 194 | } |
| 195 | - else{ |
|
| 195 | + else { |
|
| 196 | 196 | $character = characterDetails($charID); |
| 197 | 197 | $timeout++; |
| 198 | 198 | } |
@@ -204,7 +204,7 @@ discard block |
||
| 204 | 204 | if ($timeout > 9) { |
| 205 | 205 | continue; |
| 206 | 206 | } |
| 207 | - else{ |
|
| 207 | + else { |
|
| 208 | 208 | $corporationDetails = corpDetails($corporationID); |
| 209 | 209 | $timeout++; |
| 210 | 210 | } |
@@ -392,7 +392,7 @@ discard block |
||
| 392 | 392 | if ($timeout > 9) { |
| 393 | 393 | continue; |
| 394 | 394 | } |
| 395 | - else{ |
|
| 395 | + else { |
|
| 396 | 396 | $character = characterDetails($charID); |
| 397 | 397 | $timeout++; |
| 398 | 398 | } |