Skip to content

Commit

Permalink
Silence clang-format issue
Browse files Browse the repository at this point in the history
No functional change
  • Loading branch information
Disservin committed Feb 2, 2025
1 parent dabffbc commit 65a9a39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tt.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,16 @@ struct TTData {
bool is_pv;

TTData() = delete;

// clang-format off
TTData(Move m, Value v, Value ev, Depth d, Bound b, bool pv) :
move(m),
value(v),
eval(ev),
depth(d),
bound(b),
is_pv(pv) {};
// clang-format on
};


Expand Down

0 comments on commit 65a9a39

Please sign in to comment.