Skip to content

Commit 829efef

Browse files
committed
git clang format PR
1 parent 43ffbd6 commit 829efef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/CppInterOp/DynamicLibraryManagerSymbol.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,9 +1040,9 @@ bool Dyld::ContainsSymbol(const LibraryPath* Lib, StringRef mangledName,
10401040

10411041
auto ForeachSymbol =
10421042
#ifndef NDEBUG
1043-
[&library_filenam](
1043+
[&library_filenam](
10441044
#else
1045-
[](
1045+
[](
10461046
#endif
10471047
llvm::iterator_range<llvm::object::symbol_iterator> range,
10481048
unsigned IgnoreSymbolFlags, llvm::StringRef mangledName) -> bool {
@@ -1164,7 +1164,7 @@ bool Dyld::ShouldPermanentlyIgnore(StringRef FileName) const {
11641164
void Dyld::dumpDebugInfo() const {
11651165
#define DEBUG_TYPE "Dyld:"
11661166
LLVM_DEBUG(dbgs() << "---\n");
1167-
#ifndef NDEBUG
1167+
#ifndef NDEBUG
11681168
size_t x = 0;
11691169
for (auto const& item : m_BasePaths.m_Paths) {
11701170
LLVM_DEBUG(dbgs() << "Dyld: - m_BasePaths[" << x++ << "]:" << &item << ": "
@@ -1182,7 +1182,7 @@ void Dyld::dumpDebugInfo() const {
11821182
<< ": " << item->m_Path << ", " << item->m_LibName
11831183
<< "\n");
11841184
}
1185-
#endif
1185+
#endif
11861186
#undef DEBUG_TYPE
11871187
}
11881188

0 commit comments

Comments
 (0)