Skip to content

Commit b03d1e1

Browse files
committed
[NFC][ELF] Add missing blank line between functions
Fixes: b42f96b ("[lld] Add thunks for hexagon (#111217)")
1 parent 3a1cb68 commit b03d1e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lld/ELF/Relocations.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2160,6 +2160,7 @@ static int getHexagonPacketOffset(const InputSection &isec,
21602160
return i * 4;
21612161
}
21622162
}
2163+
21632164
static int64_t getPCBias(Ctx &ctx, const InputSection &isec,
21642165
const Relocation &rel) {
21652166
if (ctx.arg.emachine == EM_ARM) {

0 commit comments

Comments
 (0)