Skip to content

Commit

Permalink
Small style update.
Browse files Browse the repository at this point in the history
Co-authored-by: TJ Lambert <50846373+tj-devel709@users.noreply.github.com>
  • Loading branch information
mandel-macaque and tj-devel709 committed Jun 28, 2021
1 parent 1d6fac0 commit 805652d
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions src/chip.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ interface ChipCluster
delegate void ChipResponseHandler ([NullAllowed] NSError error, [NullAllowed] NSDictionary data);

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(ChipCluster), Name="CHIPApplicationBasic")]
[BaseType (typeof (ChipCluster), Name="CHIPApplicationBasic")]
[DisableDefaultCtor]
interface ChipApplicationBasic
{
Expand Down Expand Up @@ -130,7 +130,7 @@ interface ChipApplicationBasic
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(ChipCluster), Name="CHIPBarrierControl")]
[BaseType (typeof (ChipCluster), Name="CHIPBarrierControl")]
[DisableDefaultCtor]
interface ChipBarrierControl
{
Expand Down Expand Up @@ -169,7 +169,7 @@ interface ChipBarrierControl
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(ChipCluster), Name="CHIPBasic")]
[BaseType (typeof (ChipCluster), Name="CHIPBasic")]
[DisableDefaultCtor]
interface ChipBasic
{
Expand Down Expand Up @@ -290,7 +290,7 @@ interface ChipBinding
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(ChipCluster), Name="CHIPColorControl")]
[BaseType (typeof (ChipCluster), Name="CHIPColorControl")]
[DisableDefaultCtor]
interface ChipColorControl
{
Expand Down Expand Up @@ -653,7 +653,7 @@ interface ChipColorControl
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(ChipCluster), Name="CHIPDescriptor")]
[BaseType (typeof (ChipCluster), Name="CHIPDescriptor")]
[DisableDefaultCtor]
interface ChipDescriptor
{
Expand Down Expand Up @@ -684,7 +684,7 @@ interface ChipDescriptor
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(ChipCluster), Name="CHIPDoorLock")]
[BaseType (typeof (ChipCluster), Name="CHIPDoorLock")]
[DisableDefaultCtor]
interface ChipDoorLock
{
Expand Down Expand Up @@ -811,7 +811,7 @@ interface ChipDoorLock
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(ChipCluster), Name="CHIPGeneralCommissioning")]
[BaseType (typeof (ChipCluster), Name="CHIPGeneralCommissioning")]
[DisableDefaultCtor]
interface ChipGeneralCommissioning
{
Expand Down Expand Up @@ -850,7 +850,7 @@ interface ChipGeneralCommissioning
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(ChipCluster), Name="CHIPGroupKeyManagement")]
[BaseType (typeof (ChipCluster), Name="CHIPGroupKeyManagement")]
[DisableDefaultCtor]
interface ChipGroupKeyManagement
{
Expand All @@ -873,7 +873,7 @@ interface ChipGroupKeyManagement
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(ChipCluster), Name="CHIPGroups")]
[BaseType (typeof (ChipCluster), Name="CHIPGroups")]
[DisableDefaultCtor]
interface ChipGroups
{
Expand Down Expand Up @@ -916,7 +916,7 @@ interface ChipGroups
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(ChipCluster), Name="CHIPIdentify")]
[BaseType (typeof (ChipCluster), Name="CHIPIdentify")]
[DisableDefaultCtor]
interface ChipIdentify
{
Expand Down Expand Up @@ -946,7 +946,7 @@ interface ChipIdentify
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(ChipCluster), Name="CHIPLevelControl")]
[BaseType (typeof (ChipCluster), Name="CHIPLevelControl")]
[DisableDefaultCtor]
interface ChipLevelControl
{
Expand Down Expand Up @@ -1005,7 +1005,7 @@ interface ChipLevelControl
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(ChipCluster), Name="CHIPLowPower")]
[BaseType (typeof (ChipCluster), Name="CHIPLowPower")]
[DisableDefaultCtor]
interface ChipLowPower
{
Expand All @@ -1024,7 +1024,7 @@ interface ChipLowPower
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(ChipCluster), Name="CHIPNetworkCommissioning")]
[BaseType (typeof (ChipCluster), Name="CHIPNetworkCommissioning")]
[DisableDefaultCtor]
interface ChipNetworkCommissioning
{
Expand Down Expand Up @@ -1075,7 +1075,7 @@ interface ChipNetworkCommissioning
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(ChipCluster), Name="CHIPOnOff")]
[BaseType (typeof (ChipCluster), Name="CHIPOnOff")]
[DisableDefaultCtor]
interface ChipOnOff
{
Expand Down Expand Up @@ -1114,7 +1114,7 @@ interface ChipOnOff
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(ChipCluster), Name="CHIPOperationalCredentials")]
[BaseType (typeof (ChipCluster), Name="CHIPOperationalCredentials")]
[DisableDefaultCtor]
interface ChipOperationalCredentials
{
Expand Down Expand Up @@ -1149,7 +1149,7 @@ interface ChipOperationalCredentials
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(ChipCluster), Name="CHIPPumpConfigurationAndControl")]
[BaseType (typeof (ChipCluster), Name="CHIPPumpConfigurationAndControl")]
[DisableDefaultCtor]
interface ChipPumpConfigurationAndControl
{
Expand Down Expand Up @@ -1204,7 +1204,7 @@ interface ChipPumpConfigurationAndControl
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(ChipCluster), Name="CHIPScenes")]
[BaseType (typeof (ChipCluster), Name="CHIPScenes")]
[DisableDefaultCtor]
interface ChipScenes
{
Expand Down Expand Up @@ -1267,7 +1267,7 @@ interface ChipScenes
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(ChipCluster), Name="CHIPSwitch")]
[BaseType (typeof (ChipCluster), Name="CHIPSwitch")]
[DisableDefaultCtor]
interface ChipSwitch
{
Expand Down Expand Up @@ -1298,7 +1298,7 @@ interface ChipSwitch
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(ChipCluster), Name="CHIPTemperatureMeasurement")]
[BaseType (typeof (ChipCluster), Name="CHIPTemperatureMeasurement")]
[DisableDefaultCtor]
interface ChipTemperatureMeasurement
{
Expand Down Expand Up @@ -1333,7 +1333,7 @@ interface ChipTemperatureMeasurement
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(ChipCluster), Name="CHIPTestCluster")]
[BaseType (typeof (ChipCluster), Name="CHIPTestCluster")]
[DisableDefaultCtor]
interface ChipTestCluster
{
Expand Down Expand Up @@ -1491,7 +1491,7 @@ interface ChipTestCluster
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(ChipCluster), Name="CHIPThermostat")]
[BaseType (typeof (ChipCluster), Name="CHIPThermostat")]
[DisableDefaultCtor]
interface ChipThermostat
{
Expand Down Expand Up @@ -1569,7 +1569,7 @@ interface ChipThermostat
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(NSObject), Name="CHIPOnboardingPayloadParser")]
[BaseType (typeof (NSObject), Name="CHIPOnboardingPayloadParser")]
[DisableDefaultCtor]
interface ChipOnboardingPayloadParser
{
Expand All @@ -1583,7 +1583,7 @@ interface IChipDevicePairingDelegate {}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[Protocol, Model (AutoGeneratedName = true)]
[BaseType (typeof(NSObject), Name="CHIPDevicePairingDelegate")]
[BaseType (typeof (NSObject), Name="CHIPDevicePairingDelegate")]
interface ChipDevicePairingDelegate
{
[Export ("onStatusUpdate:")]
Expand All @@ -1600,7 +1600,7 @@ interface ChipDevicePairingDelegate
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(NSObject), Name="CHIPDeviceController")]
[BaseType (typeof (NSObject), Name="CHIPDeviceController")]
[DisableDefaultCtor]
interface ChipDeviceController
{
Expand Down Expand Up @@ -1653,7 +1653,7 @@ interface ChipDeviceController
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(NSObject), Name="CHIPError")]
[BaseType (typeof (NSObject), Name="CHIPError")]
[DisableDefaultCtor]
interface ChipError
{
Expand All @@ -1668,7 +1668,7 @@ interface ChipError
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(NSObject), Name="CHIPManualSetupPayloadParser")]
[BaseType (typeof (NSObject), Name="CHIPManualSetupPayloadParser")]
[DisableDefaultCtor]
interface ChipManualSetupPayloadParser
{
Expand All @@ -1684,7 +1684,7 @@ interface IChipPersistentStorageDelegate {}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[Protocol, Model (AutoGeneratedName = true)]
[BaseType (typeof(NSObject), Name="CHIPPersistentStorageDelegate")]
[BaseType (typeof (NSObject), Name="CHIPPersistentStorageDelegate")]
interface ChipPersistentStorageDelegate
{
[Abstract]
Expand All @@ -1701,7 +1701,7 @@ interface ChipPersistentStorageDelegate
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(NSObject), Name="CHIPOptionalQRCodeInfo")]
[BaseType (typeof (NSObject), Name="CHIPOptionalQRCodeInfo")]
[DisableDefaultCtor]
interface ChipOptionalQRCodeInfo
{
Expand All @@ -1719,7 +1719,7 @@ interface ChipOptionalQRCodeInfo
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(NSObject), Name="CHIPSetupPayload")]
[BaseType (typeof (NSObject), Name="CHIPSetupPayload")]
[DisableDefaultCtor]
interface ChipSetupPayload
{
Expand Down Expand Up @@ -1752,7 +1752,7 @@ interface ChipSetupPayload
}

[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[BaseType (typeof(NSObject), Name="CHIPQRCodeSetupPayloadParser")]
[BaseType (typeof (NSObject), Name="CHIPQRCodeSetupPayloadParser")]
[DisableDefaultCtor]
interface ChipQRCodeSetupPayloadParser
{
Expand Down

0 comments on commit 805652d

Please sign in to comment.