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

@@ -55,7 +55,7 @@ bool CaseInsensitiveLess::operator() (const string& s1, const string& s2) const
void init(OptionsMap& o) {
o["Write Debug Log"] << Option(false, on_logger);
o["Contempt"] << Option(0, -100, 100);
o["Contempt"] << Option(0, -100, 100);
o["Min Split Depth"] << Option(0, 0, 12, on_threads);
o["Threads"] << Option(1, 1, MAX_THREADS, on_threads);
o["Hash"] << Option(16, 1, 1024 * 1024, on_hash_size);