astyle pass

This commit is contained in:
Jesse Vincent 2010-01-18 00:11:02 +00:00
parent 9301aabc8c
commit 4493044340
9 changed files with 156 additions and 154 deletions

View File

@ -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];
}
}

View File

@ -124,7 +124,8 @@ public class SmtpTransport extends Transport
{
mPassword = userInfoParts[1];
}
if (userInfoParts.length > 2) {
if (userInfoParts.length > 2)
{
mAuthType = userInfoParts[2];
}
}