Whitespace updates.

Translator documentation.
This commit is contained in:
Siebrand Mazeland
2011-04-29 12:30:30 +02:00
parent cb6b5b2cc6
commit 1ec1f9378a
5 changed files with 12 additions and 14 deletions

View File

@@ -42,7 +42,7 @@ if (empty($sn)) {
// Do the thing
$installer->main();
$sn = $installer->getStatusNetwork();
$config = $installer->getConfig();

View File

@@ -35,7 +35,7 @@ $domain = DomainStatusNetworkPlugin::toDomain($args[0]);
$nickname = DomainStatusNetworkPlugin::nicknameForDomain($domain);
if (empty($nickname)) {
throw new ClientException("No candidate found.");
throw new ClientException('No candidate found.');
} else {
print $nickname;
print "\n";

View File

@@ -40,4 +40,3 @@ if (empty($sn)) {
print $sn->nickname."\n";
exit(0);