Skip to content

Commit e7f8a99

Browse files
committed
Fix spacing
1 parent 9aea433 commit e7f8a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ClangImporter/SwiftLookupTable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ SwiftLookupTable::lookupMemberOperators(SerializedSwiftName baseName) {
799799
SmallVector<clang::NamedDecl *, 4> result;
800800

801801
// Find the lookup table entry for this base name.
802-
auto known = findOrCreate(LookupTable, baseName,
802+
auto known = findOrCreate(LookupTable, baseName,
803803
[](auto &results, auto &Reader, auto Name) {
804804
return (void)Reader.lookup(Name, results);
805805
});

0 commit comments

Comments
 (0)