Skip to content

Commit 25d7ad8

Browse files
committed
address code format changes
1 parent 74c62df commit 25d7ad8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lld/wasm/Config.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ struct Ctx {
191191
DefinedData *firstPageEnd;
192192

193193
// __wasm_init_memory_flag
194-
// Symbol whose contents are nonzero iff memory has already been initialized.
194+
// Symbol whose contents are nonzero iff memory has already been
195+
// initialized.
195196
DefinedData *initMemoryFlag;
196197

197198
// __wasm_init_memory
@@ -244,8 +245,8 @@ struct Ctx {
244245
DefinedData *definedMemoryBase;
245246

246247
// __indirect_function_table
247-
// Used as an address space for function pointers, with each function that is
248-
// used as a function pointer being allocated a slot.
248+
// Used as an address space for function pointers, with each function that
249+
// is used as a function pointer being allocated a slot.
249250
TableSymbol *indirectFunctionTable;
250251
};
251252
WasmSym sym;

0 commit comments

Comments
 (0)