mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user