Skip to content

Commit 8f3279a

Browse files
committed
Reflection: Formatting fix, NFC
1 parent 8d80999 commit 8f3279a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/Reflection/MetadataSource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ class MetadataSource {
101101
template <typename Allocator>
102102
static const MetadataSource *
103103
decodeMetadataCapture(Allocator &A,
104-
std::string::const_iterator &it,
105-
const std::string::const_iterator &end) {
104+
std::string::const_iterator &it,
105+
const std::string::const_iterator &end) {
106106
if (it == end)
107107
return nullptr;
108108

0 commit comments

Comments
 (0)