Fix style error

This commit is contained in:
Michael Catanzaro 2015-07-23 13:01:29 -05:00
parent 48202d6672
commit 401fad221d

View file

@ -60,7 +60,7 @@ public abstract class ChessEngine : Object
~ChessEngine ()
{
assert(!started);
assert (!started);
}
public bool start ()