Skip to content

Commit b8698cd

Browse files
committed
lint
1 parent 1ea54ca commit b8698cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lld/COFF/Writer.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,9 +1261,9 @@ void Writer::createMiscChunks() {
12611261
}
12621262

12631263
if (ex_characteristics_flags) {
1264-
debugRecords.emplace_back(COFF::IMAGE_DEBUG_TYPE_EX_DLLCHARACTERISTICS,
1265-
make<ExtendedDllCharacteristicsChunk>(
1266-
ex_characteristics_flags));
1264+
debugRecords.emplace_back(
1265+
COFF::IMAGE_DEBUG_TYPE_EX_DLLCHARACTERISTICS,
1266+
make<ExtendedDllCharacteristicsChunk>(ex_characteristics_flags));
12671267
}
12681268

12691269
// Align and add each chunk referenced by the debug data directory.

0 commit comments

Comments
 (0)