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:
parent
a9283ad435
commit
244bad1115
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user