[CodeFormat] Clang-format cpp sources (#4965)
Clang-format all c++ source files.
This commit is contained in:
@ -19,9 +19,9 @@
|
||||
|
||||
namespace doris {
|
||||
|
||||
template<>
|
||||
template <>
|
||||
__int128 StringParser::numeric_limits<__int128>(bool negative) {
|
||||
return negative ? MIN_INT128 : MAX_INT128;
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace doris
|
||||
|
||||
Reference in New Issue
Block a user