[CodeFormat] Clang-format cpp sources (#4965)
Clang-format all c++ source files.
This commit is contained in:
@ -69,4 +69,4 @@ std::string ReadWriteUtil::hex_dump(const uint8_t* buf, int64_t length) {
|
||||
std::string ReadWriteUtil::hex_dump(const char* buf, int64_t length) {
|
||||
return hex_dump(reinterpret_cast<const uint8_t*>(buf), length);
|
||||
}
|
||||
}
|
||||
} // namespace doris
|
||||
|
||||
Reference in New Issue
Block a user