1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-25 17:18:50 -05:00

Cleaned up style drift using astyle 1.23

find  src/com/android/email/ -name \*.java|xargs astyle --style=ansi --mode=java  --indent-switches --indent=spaces=4 --convert-tabs --unpad=paren
This commit is contained in:
Jesse Vincent 2009-12-07 00:56:06 +00:00
parent a9283ad435
commit 244bad1115
20 changed files with 297 additions and 295 deletions

View File

@ -2252,13 +2252,15 @@ public class MessageList
} }
else if (v == mBatchFlagButton) else if (v == mBatchFlagButton)
{ {
if (!holder.flagged) { if (!holder.flagged)
{
newState = true; newState = true;
} }
} }
else if (v == mBatchReadButton) else if (v == mBatchReadButton)
{ {
if (!holder.read) { if (!holder.read)
{
newState = true; newState = true;
} }
} }