[CodeFormat] Clang-format cpp sources (#4965)
Clang-format all c++ source files.
This commit is contained in:
@ -17,9 +17,10 @@
|
||||
|
||||
#include "util/path_builder.h"
|
||||
|
||||
#include <sstream>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <sstream>
|
||||
|
||||
namespace doris {
|
||||
|
||||
const char* PathBuilder::_s_doris_home;
|
||||
@ -50,4 +51,4 @@ void PathBuilder::get_full_build_path(const std::string& path, std::string* full
|
||||
*full_path = s.str();
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace doris
|
||||
|
||||
Reference in New Issue
Block a user