Skip to content

Commit c066e6a

Browse files
zhaomaosuomarahmed1111
authored andcommitted
Add new line
1 parent d5bc700 commit c066e6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/loader/layers/sanitizer/linux/symbolizer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ llvm::symbolize::PrinterConfig GetPrinterConfig() {
3232
extern "C" {
3333

3434
bool SymbolizeCode(const std::string ModuleName, uint64_t ModuleOffset,
35-
std::string &Result) {
35+
std::string &Result) {
3636
llvm::raw_string_ostream OS(Result);
3737
llvm::symbolize::Request Request{ModuleName, ModuleOffset};
3838
llvm::symbolize::PrinterConfig Config =
@@ -57,4 +57,4 @@ bool SymbolizeCode(const std::string ModuleName, uint64_t ModuleOffset,
5757
ur_sanitizer_layer::GetSymbolizer()->pruneCache();
5858
return true;
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)