Skip to content

Commit 51281e6

Browse files
[gardening] Fix spacing.
1 parent 46935f6 commit 51281e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/swift/Reflection/TypeRef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ class OpaqueTypeRef final : public TypeRef {
469469
public:
470470
OpaqueTypeRef() : TypeRef(TypeRefKind::Opaque) {}
471471

472-
static OpaqueTypeRef *get();
472+
static OpaqueTypeRef *get();
473473

474474
static bool classof(const TypeRef *TR) {
475475
return TR->getKind() == TypeRefKind::Opaque;

lib/SIL/Linker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ SILFunction *SILLinkerVisitor::lookupFunction(StringRef Name,
141141

142142
/// Process Decl, recursively deserializing any thing Decl may reference.
143143
bool SILLinkerVisitor::hasFunction(StringRef Name, SILLinkage Linkage) {
144-
return Loader->hasSILFunction(Name, Linkage);
144+
return Loader->hasSILFunction(Name, Linkage);
145145
}
146146

147147
/// Deserialize the VTable mapped to C if it exists and all SIL the VTable

0 commit comments

Comments
 (0)