Skip to content

Commit

Permalink
Correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanaobrien authored Jan 22, 2025
1 parent 983433d commit bbaf4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lld/wasm/SyntheticSections.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ void ElemSection::writeBody() {
uint32_t tableIndex = ctx.arg.tableBase;
for (const FunctionSymbol *sym : indirectFunctions) {
if (sym != nullptr) {
assert(sym->getTableIndex() == tableIndex);
assert(sym->getTableIndex() == tableIndex);
}
(void) tableIndex;
writeUleb128(os, sym ? sym->getFunctionIndex() : 0, "function index");
Expand Down

0 comments on commit bbaf4e4

Please sign in to comment.