Fix indentation in struct FromToStats

And other little trivial stuff.

No functional change.
This commit is contained in:
Marco Costalba
2016-09-17 08:19:06 +02:00
parent 01f2466f6e
commit 057d710fc2
10 changed files with 49 additions and 54 deletions

View File

@@ -28,6 +28,10 @@
#include "uci.h"
#include "syzygy/tbprobe.h"
namespace PSQT {
void init();
}
int main(int argc, char* argv[]) {
std::cout << engine_info() << std::endl;