Trivial code style fixes

Mainly to sync mine and official repo.

No functional change.
This commit is contained in:
Marco Costalba
2014-09-30 09:05:20 +02:00
parent 222f59b9c1
commit a1b62d68ec
6 changed files with 7 additions and 6 deletions

View File

@@ -25,12 +25,12 @@
#include "bitcount.h"
#include "movegen.h"
#include "notation.h"
#include "position.h"
#include "psqtab.h"
#include "rkiss.h"
#include "thread.h"
#include "tt.h"
#include "notation.h"
using std::string;