[Threading] Put everything through git clang-format.

Just formatting changes.

rdar://90776105
This commit is contained in:
Alastair Houghton
2022-04-28 17:44:03 +01:00
parent 6e875dacc9
commit b5bd267ff1
49 changed files with 419 additions and 445 deletions

View File

@@ -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;