Skip to content

Commit f0e660e

Browse files
committed
clang-format
1 parent 09356ef commit f0e660e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lld/wasm/InputChunks.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,9 @@ static bool relocIsLive(const WasmRelocation &rel, ObjFile *file) {
174174
}
175175

176176
size_t InputChunk::getNumLiveRelocations() const {
177-
return std::count_if(relocations.begin(), relocations.end(),
178-
[this](const WasmRelocation &rel) {
179-
return relocIsLive(rel, file);
180-
});
177+
return std::count_if(
178+
relocations.begin(), relocations.end(),
179+
[this](const WasmRelocation &rel) { return relocIsLive(rel, file); });
181180
}
182181

183182
// Copy relocation entries to a given output stream.

0 commit comments

Comments
 (0)