[Kernel] Clang-format user_module.cc

This commit is contained in:
Triang3l 2018-10-29 11:21:26 +03:00
parent c95ba803a8
commit 3b584a5f1c
1 changed files with 3 additions and 2 deletions

View File

@ -786,8 +786,9 @@ void UserModule::Dump() {
implemented ? " " : "!!", name);
} else if (info->thunk_address) {
sb.AppendFormat(" F %.8X %.8X %.3X (%3d) %s %s\n",
info->value_address, info->thunk_address, info->ordinal,
info->ordinal, implemented ? " " : "!!", name);
info->value_address, info->thunk_address,
info->ordinal, info->ordinal,
implemented ? " " : "!!", name);
}
}
}