mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-27 06:10:28 +01:00
Whitespace fix
This commit is contained in:
parent
a96e9254ff
commit
8c491fffd1
|
@ -556,7 +556,7 @@ public class Game {
|
||||||
/** Comments associated with a move. */
|
/** Comments associated with a move. */
|
||||||
public static final class CommentInfo {
|
public static final class CommentInfo {
|
||||||
private Node parent; // If non-null, use parent.postComment instead of
|
private Node parent; // If non-null, use parent.postComment instead of
|
||||||
// node.preComment when updating comment data.
|
// node.preComment when updating comment data.
|
||||||
public String move;
|
public String move;
|
||||||
public String preComment;
|
public String preComment;
|
||||||
public String postComment;
|
public String postComment;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user