mdbx: using clang-format-13 (cosmetics).

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2021-12-02 18:17:41 +03:00
parent 38df3ca5ad
commit c2cab7a6a8
5 changed files with 72 additions and 69 deletions

View File

@@ -1429,7 +1429,7 @@ __cold ::std::ostream &operator<<(::std::ostream &out,
}
const auto bytes = (it.bytes < 0) ? out << "-",
size_t(-it.bytes) : size_t(it.bytes);
size_t(-it.bytes) : size_t(it.bytes);
struct {
size_t one;
const char *suffix;