1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-17 07:30:16 -05:00

ant astyle

This commit is contained in:
Apoorv Khatreja 2011-07-17 01:40:20 +05:30
parent 3d583da450
commit 021d5641e5
2 changed files with 11 additions and 11 deletions

View File

@ -884,8 +884,8 @@ public class AccountSettings extends K9PreferenceActivity {
}
}
allFolderValues = new String[folders.size()+1];
allFolderLabels = new String[folders.size()+1];
allFolderValues = new String[folders.size() + 1];
allFolderLabels = new String[folders.size() + 1];
allFolderValues[0] = K9.FOLDER_NONE;
allFolderLabels[0] = K9.FOLDER_NONE;