[lsan] Fix indent.

llvm-svn: 230633
This commit is contained in:
Sergey Matveev 2015-02-26 14:25:25 +00:00
parent 18ee7c14fd
commit b0caac77dd
1 changed files with 2 additions and 2 deletions

View File

@ -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;