Skip to content

Commit 95e013b

Browse files
committed
update-format
1 parent 6dc8bb7 commit 95e013b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/all/Allexe.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ static std::unique_ptr<MemoryBuffer> moduleToBuffer(const Module *M) {
2525
false, // ShouldPreserveUseListOrder
2626
nullptr, // ModuleSummaryIndex (ThinLTO)
2727
true // Generate Hash
28-
);
28+
);
2929
return MemoryBuffer::getMemBufferCopy(OS.str());
3030
}
3131

tools/wllvm-extract/wllvm-extract.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ static Error writeAsSingleBC(const WLLVMFile &File, StringRef Filename) {
109109
false, // ShouldPreserveUseListOrder
110110
nullptr, // ModuleSummaryIndex (ThinLTO)
111111
true // Generate Hash
112-
);
112+
);
113113
// We made it this far without error, keep the result.
114114
Out->keep();
115115
return Error::success();

0 commit comments

Comments
 (0)