[NFC][ELF] Add missing blank line between functions

Fixes: b42f96bc057f ("[lld] Add thunks for hexagon (#111217)")
(cherry picked from commit b03d1e1e2e8e4b0b4b9e035b7ad9fb86dccefb93)
This commit is contained in:
Jessica Clarke 2025-08-03 21:22:08 +01:00 committed by Tobias Hieta
parent 863f9963c3
commit 489d36cedc

View File

@ -2162,6 +2162,7 @@ static int getHexagonPacketOffset(const InputSection &isec,
return i * 4;
}
}
static int64_t getPCBias(Ctx &ctx, const InputSection &isec,
const Relocation &rel) {
if (ctx.arg.emachine == EM_ARM) {