refactor: clang format line length

This commit is contained in:
Lars Toenning
2024-11-16 19:27:30 +01:00
parent c7779e1461
commit 1a0b2a8c5f
1352 changed files with 25994 additions and 26603 deletions

View File

@@ -20,9 +20,7 @@ SWIFT_DECLARE_COLLECTION_MIXINS(swift::misc, CPlatform, CPlatformSet)
namespace swift::misc
{
//! Value object for a set of platforms.
class SWIFT_MISC_EXPORT CPlatformSet :
public CCollection<CPlatform>,
public mixin::MetaType<CPlatformSet>
class SWIFT_MISC_EXPORT CPlatformSet : public CCollection<CPlatform>, public mixin::MetaType<CPlatformSet>
{
using CCollection::CCollection;
SWIFT_MISC_DECLARE_USING_MIXIN_METATYPE(CPlatformSet)