mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
Big trailing whitespace cleanup part 1
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
5cacefe7c6
commit
c97104e854
16 changed files with 126 additions and 129 deletions
|
@ -208,6 +208,3 @@ TTEntry::TTEntry(Key k, Value v, ValueType t, Depth d, Move m,
|
|||
int generation) :
|
||||
key_ (k), data((m & 0x7FFFF) | (t << 20) | (generation << 23)),
|
||||
value_(v), depth_(int16_t(d)) {}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue