mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-25 15:11:52 -05:00
xargs astyle --style=ansi --mode=java --indent-switches \
--indent=spaces=4 --convert-tabs --unpad=paren
This commit is contained in:
parent
5a85446779
commit
3914a78b53
@ -433,7 +433,8 @@ public class Account implements Serializable
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public boolean getLeftHanded() {
|
public boolean getLeftHanded()
|
||||||
|
{
|
||||||
return mLeftHanded;
|
return mLeftHanded;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2281,7 +2281,8 @@ public class LocalStore extends Store implements Serializable
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private void loadHeaders() {
|
private void loadHeaders()
|
||||||
|
{
|
||||||
ArrayList<LocalMessage> messages = new ArrayList<LocalMessage>();
|
ArrayList<LocalMessage> messages = new ArrayList<LocalMessage>();
|
||||||
messages.add(this);
|
messages.add(this);
|
||||||
mHeadersLoaded = true; // set true before calling populate headers to stop recursion
|
mHeadersLoaded = true; // set true before calling populate headers to stop recursion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user