Skip to content

Commit

Permalink
[perforator] Style
Browse files Browse the repository at this point in the history
commit_hash:3af55c2428672390ce7ca6d0c9e0754039a1b348
  • Loading branch information
BigRedEye committed Feb 2, 2025
1 parent 6ecdd17 commit b6e15ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions perforator/symbolizer/lib/symbolize/symbolizec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ void FillLineInfo(TLineInfo& lineInfo, llvm::DILineInfo&& info) {
lineInfo.Discriminator = info.Discriminator;
}

}
} // anonymous namespace

extern "C" {

void* MakeSymbolizer(char** error) {
void* buf = ::operator new(sizeof(NPerforator::NSymbolize::TCodeSymbolizer));
NPerforator::NSymbolize::TCodeSymbolizer* symbolizer = nullptr;
Expand Down Expand Up @@ -95,4 +96,4 @@ void DestroySymbolizer(void* symb) {
::operator delete(symb);
}

}
} // extern "C"

0 comments on commit b6e15ac

Please sign in to comment.