部分代码改为 Unix 格式换行

This commit is contained in:
CalciteM 2019-06-23 08:11:29 +08:00
parent 385210fe37
commit 3a83afac0d
1 changed files with 10 additions and 10 deletions

View File

@ -371,16 +371,16 @@ const char *NineChessAi_ab::bestMove()
if ((rootNode->children).size() == 0)
return "error!";
qDebug() << "31 ----- 24 ----- 25";
qDebug() << "| \ | / |";
qDebug() << "| 23 -- 16 -- 17 |";
qDebug() << "| | \ | / | |";
qDebug() << "| | 15 08 09 | |";
qDebug() << "30-22-14 10-18-26";
qDebug() << "| | 13 12 11 | |";
qDebug() << "| | / | \ | |";
qDebug() << "| 21 -- 20 -- 19 |";
qDebug() << "| / | \ |";
qDebug() << "31 ----- 24 ----- 25";
qDebug() << "| \ | / |";
qDebug() << "| 23 -- 16 -- 17 |";
qDebug() << "| | \ | / | |";
qDebug() << "| | 15 08 09 | |";
qDebug() << "30-22-14 10-18-26";
qDebug() << "| | 13 12 11 | |";
qDebug() << "| | / | \ | |";
qDebug() << "| 21 -- 20 -- 19 |";
qDebug() << "| / | \ |";
qDebug() << "29 ----- 28 ----- 27";
qDebug() << "";