CI: Update clang-format pre-commit hook to 19.1.0
This commit is contained in:
parent
f7c567e2f5
commit
c92a6c7e27
14 changed files with 17 additions and 17 deletions
|
|
@ -204,7 +204,7 @@ public:
|
|||
static Int128 mul(uint64_t a, uint64_t b);
|
||||
|
||||
Int128 operator-() const {
|
||||
return Int128((uint64_t) - (int64_t)low, ~high + (low == 0));
|
||||
return Int128(uint64_t(-int64_t(low)), ~high + (low == 0));
|
||||
}
|
||||
|
||||
Int128 operator+(const Int128 &b) const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue