Add missing whitespace around keywords, operators and braces

Change-Id: I47923156c25c36d1755765f06e81bb6cdad6fe03
This commit is contained in:
David Pursehouse
2016-04-11 19:43:20 +09:00
parent b50cd86eff
commit c5ccbf196f
86 changed files with 125 additions and 120 deletions

View File

@@ -165,7 +165,7 @@ public class AuthSMTPClient extends SMTPClient {
}
String cmd = encodeBase64(smtpUser.getBytes(UTF_8));
if(sendCommand(cmd) != 334) {
if (sendCommand(cmd) != 334) {
return false;
}