mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-08 17:11:33 +00:00
[lsan] Fix indent.
llvm-svn: 230633
This commit is contained in:
parent
18ee7c14fd
commit
b0caac77dd
@ -154,8 +154,8 @@ struct DoStopTheWorldParam {
|
||||
void *argument;
|
||||
};
|
||||
|
||||
static int DoStopTheWorldCallback(struct dl_phdr_info *info,
|
||||
size_t size, void *data) {
|
||||
static int DoStopTheWorldCallback(struct dl_phdr_info *info, size_t size,
|
||||
void *data) {
|
||||
DoStopTheWorldParam *param = reinterpret_cast<DoStopTheWorldParam *>(data);
|
||||
StopTheWorld(param->callback, param->argument);
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user