mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-01-30 17:13:50 +01:00
DroidFish: Indentation fix.
This commit is contained in:
parent
fd60255a55
commit
be429d39ea
|
@ -256,8 +256,8 @@ public class NetworkEngine extends UCIEngineBase {
|
|||
/** @inheritDoc */
|
||||
@Override
|
||||
public void writeLineToEngine(String data) {
|
||||
// System.out.printf("GUI -> Engine: %s\n", data);
|
||||
guiToEngine.addLine(data);
|
||||
// System.out.printf("GUI -> Engine: %s\n", data);
|
||||
guiToEngine.addLine(data);
|
||||
}
|
||||
|
||||
/** @inheritDoc */
|
||||
|
|
Loading…
Reference in New Issue
Block a user