mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-12 06:08:25 -05:00
astyle pass
This commit is contained in:
parent
9301aabc8c
commit
4493044340
@ -213,7 +213,8 @@ public class AccountSetupOutgoing extends K9Activity implements OnClickListener,
|
||||
{
|
||||
password = userInfoParts[1];
|
||||
}
|
||||
if (userInfoParts.length > 2) {
|
||||
if (userInfoParts.length > 2)
|
||||
{
|
||||
authType = userInfoParts[2];
|
||||
}
|
||||
}
|
||||
|
@ -124,7 +124,8 @@ public class SmtpTransport extends Transport
|
||||
{
|
||||
mPassword = userInfoParts[1];
|
||||
}
|
||||
if (userInfoParts.length > 2) {
|
||||
if (userInfoParts.length > 2)
|
||||
{
|
||||
mAuthType = userInfoParts[2];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user