Add missing whitespace around keywords, operators and braces
Change-Id: I47923156c25c36d1755765f06e81bb6cdad6fe03
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user