[Threading][Windows] Fix missing close brace.

Apparently I missed a close brace from the end of Win32.h.

rdar://90776105
This commit is contained in:
Alastair Houghton
2022-04-22 13:52:47 +01:00
parent 02b343100e
commit 4eca62a5ea

View File

@@ -124,6 +124,8 @@ inline void tls_set(tls_key key, void *value) {
FlsSetValue(key, value);
}
}
} // namespace threading_impl
} // namespace swift
#endif // SWIFT_THREADING_IMPL_WIN32_H