Skip to content

Commit a368f1c

Browse files
committed
[Review] Forgot again to run clang-format
1 parent a5e4c73 commit a368f1c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/lib/Bitcode/Writer/BitcodeWriter.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5863,9 +5863,7 @@ static const char *getSectionNameForCommandline(const Triple &T) {
58635863
}
58645864

58655865
static auto globalInUsedHasName(StringRef Name) {
5866-
return [Name](Constant* C) {
5867-
return C->getName() == Name;
5868-
};
5866+
return [Name](Constant *C) { return C->getName() == Name; };
58695867
}
58705868

58715869
void llvm::embedBitcodeInModule(llvm::Module &M, llvm::MemoryBufferRef Buf,

0 commit comments

Comments
 (0)