mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Threading] Put everything through git clang-format.
Just formatting changes. rdar://90776105
This commit is contained in:
@@ -29,7 +29,8 @@ namespace swift {
|
||||
|
||||
/// Compile time adjusted stack based object that locks/unlocks the supplied
|
||||
/// Mutex type. Use the provided typedefs instead of this directly.
|
||||
template <typename T, bool Inverted> class ScopedLockT {
|
||||
template <typename T, bool Inverted>
|
||||
class ScopedLockT {
|
||||
ScopedLockT() = delete;
|
||||
ScopedLockT(const ScopedLockT &) = delete;
|
||||
ScopedLockT &operator=(const ScopedLockT &) = delete;
|
||||
|
||||
Reference in New Issue
Block a user