Skip to content

Commit f063d0a

Browse files
committed
Running format after a git clean updated more files
1 parent 7b833ec commit f063d0a

File tree

13 files changed

+88
-40
lines changed

13 files changed

+88
-40
lines changed

test/nuget/TestRuntimeComponent1/TestRuntimeComponent1Class.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ namespace winrt::TestRuntimeComponent1::implementation
1212
} // namespace winrt::TestRuntimeComponent1::implementation
1313
namespace winrt::TestRuntimeComponent1::factory_implementation
1414
{
15-
struct TestRuntimeComponent1Class : TestRuntimeComponent1ClassT<TestRuntimeComponent1Class, implementation::TestRuntimeComponent1Class>
15+
struct TestRuntimeComponent1Class
16+
: TestRuntimeComponent1ClassT<TestRuntimeComponent1Class, implementation::TestRuntimeComponent1Class>
1617
{};
1718
} // namespace winrt::TestRuntimeComponent1::factory_implementation

test/nuget/TestRuntimeComponent2/TestRuntimeComponent2Class.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ namespace winrt::TestRuntimeComponent2::implementation
1212
} // namespace winrt::TestRuntimeComponent2::implementation
1313
namespace winrt::TestRuntimeComponent2::factory_implementation
1414
{
15-
struct TestRuntimeComponent2Class : TestRuntimeComponent2ClassT<TestRuntimeComponent2Class, implementation::TestRuntimeComponent2Class>
15+
struct TestRuntimeComponent2Class
16+
: TestRuntimeComponent2ClassT<TestRuntimeComponent2Class, implementation::TestRuntimeComponent2Class>
1617
{};
1718
} // namespace winrt::TestRuntimeComponent2::factory_implementation

test/nuget/TestRuntimeComponent3/TestRuntimeComponent3Class.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ namespace winrt::TestRuntimeComponent3::implementation
1212
} // namespace winrt::TestRuntimeComponent3::implementation
1313
namespace winrt::TestRuntimeComponent3::factory_implementation
1414
{
15-
struct TestRuntimeComponent3Class : TestRuntimeComponent3ClassT<TestRuntimeComponent3Class, implementation::TestRuntimeComponent3Class>
15+
struct TestRuntimeComponent3Class
16+
: TestRuntimeComponent3ClassT<TestRuntimeComponent3Class, implementation::TestRuntimeComponent3Class>
1617
{};
1718
} // namespace winrt::TestRuntimeComponent3::factory_implementation

test/nuget/TestRuntimeComponentNamespaceUnderscore/TestRuntimeComponentNamespaceUnderscoreClass.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
namespace winrt::TestRuntimeComponent_NamespaceUnderscore::implementation
66
{
7-
struct TestRuntimeComponentNamespaceUnderscoreClass : TestRuntimeComponentNamespaceUnderscoreClassT<TestRuntimeComponentNamespaceUnderscoreClass>
7+
struct TestRuntimeComponentNamespaceUnderscoreClass
8+
: TestRuntimeComponentNamespaceUnderscoreClassT<TestRuntimeComponentNamespaceUnderscoreClass>
89
{
910
TestRuntimeComponentNamespaceUnderscoreClass() = default;
1011

test/old_tests/Component/Component_h.h

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,8 @@ namespace ABI
435435
// This allows code which uses the mangled name for the parameterized interface to access the
436436
// correct parameterized interface specialization.
437437
typedef ITypedEventHandler<ABI::Component::Events*, int> __FITypedEventHandler_2_Component__CEvents_int_t;
438-
#define __FITypedEventHandler_2_Component__CEvents_int ABI::Windows::Foundation::__FITypedEventHandler_2_Component__CEvents_int_t
438+
#define __FITypedEventHandler_2_Component__CEvents_int \
439+
ABI::Windows::Foundation::__FITypedEventHandler_2_Component__CEvents_int_t
439440
/* Foundation */ // namespace Foundation
440441
} // namespace Foundation
441442
} // namespace Windows
@@ -652,7 +653,8 @@ namespace ABI
652653
// This allows code which uses the mangled name for the parameterized interface to access the
653654
// correct parameterized interface specialization.
654655
typedef IIterator<__FIKeyValuePair_2_HSTRING_HSTRING*> __FIIterator_1___FIKeyValuePair_2_HSTRING_HSTRING_t;
655-
#define __FIIterator_1___FIKeyValuePair_2_HSTRING_HSTRING ABI::Windows::Foundation::Collections::__FIIterator_1___FIKeyValuePair_2_HSTRING_HSTRING_t
656+
#define __FIIterator_1___FIKeyValuePair_2_HSTRING_HSTRING \
657+
ABI::Windows::Foundation::Collections::__FIIterator_1___FIKeyValuePair_2_HSTRING_HSTRING_t
656658
/* Collections */ // namespace Collections
657659
} // namespace Collections
658660
} // namespace Foundation
@@ -689,7 +691,8 @@ namespace ABI
689691
// This allows code which uses the mangled name for the parameterized interface to access the
690692
// correct parameterized interface specialization.
691693
typedef IIterable<__FIKeyValuePair_2_HSTRING_HSTRING*> __FIIterable_1___FIKeyValuePair_2_HSTRING_HSTRING_t;
692-
#define __FIIterable_1___FIKeyValuePair_2_HSTRING_HSTRING ABI::Windows::Foundation::Collections::__FIIterable_1___FIKeyValuePair_2_HSTRING_HSTRING_t
694+
#define __FIIterable_1___FIKeyValuePair_2_HSTRING_HSTRING \
695+
ABI::Windows::Foundation::Collections::__FIIterable_1___FIKeyValuePair_2_HSTRING_HSTRING_t
693696
/* Collections */ // namespace Collections
694697
} // namespace Collections
695698
} // namespace Foundation
@@ -798,7 +801,8 @@ namespace ABI
798801
// This allows code which uses the mangled name for the parameterized interface to access the
799802
// correct parameterized interface specialization.
800803
typedef IAsyncOperationCompletedHandler<HSTRING> __FIAsyncOperationCompletedHandler_1_HSTRING_t;
801-
#define __FIAsyncOperationCompletedHandler_1_HSTRING ABI::Windows::Foundation::__FIAsyncOperationCompletedHandler_1_HSTRING_t
804+
#define __FIAsyncOperationCompletedHandler_1_HSTRING \
805+
ABI::Windows::Foundation::__FIAsyncOperationCompletedHandler_1_HSTRING_t
802806
/* Foundation */ // namespace Foundation
803807
} // namespace Foundation
804808
} // namespace Windows
@@ -1245,7 +1249,8 @@ EXTERN_C const IID IID___x_ABI_CComponent_CITwoArgDelegateReturn;
12451249
*/
12461250
#if !defined(____x_ABI_CComponent_CIEventsStatics_INTERFACE_DEFINED__)
12471251
#define ____x_ABI_CComponent_CIEventsStatics_INTERFACE_DEFINED__
1248-
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Component_IEventsStatics[] = L"Component.IEventsStatics";
1252+
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Component_IEventsStatics[] =
1253+
L"Component.IEventsStatics";
12491254
namespace ABI
12501255
{
12511256
namespace Component
@@ -1396,7 +1401,8 @@ extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Componen
13961401
*/
13971402
#ifndef RUNTIMECLASS_Component_NonCachedStatic_DEFINED
13981403
#define RUNTIMECLASS_Component_NonCachedStatic_DEFINED
1399-
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Component_NonCachedStatic[] = L"Component.NonCachedStatic";
1404+
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Component_NonCachedStatic[] =
1405+
L"Component.NonCachedStatic";
14001406
#endif
14011407

14021408
namespace ABI
@@ -1587,7 +1593,8 @@ namespace ABI
15871593
*/
15881594
#if !defined(____x_ABI_CComponent_CIFastInputVectorFactory_INTERFACE_DEFINED__)
15891595
#define ____x_ABI_CComponent_CIFastInputVectorFactory_INTERFACE_DEFINED__
1590-
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Component_IFastInputVectorFactory[] = L"Component.IFastInputVectorFactory";
1596+
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Component_IFastInputVectorFactory[] =
1597+
L"Component.IFastInputVectorFactory";
15911598
namespace ABI
15921599
{
15931600
namespace Component
@@ -1625,7 +1632,8 @@ EXTERN_C const IID IID___x_ABI_CComponent_CIFastInputVectorFactory;
16251632

16261633
#ifndef RUNTIMECLASS_Component_FastInputVector_DEFINED
16271634
#define RUNTIMECLASS_Component_FastInputVector_DEFINED
1628-
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Component_FastInputVector[] = L"Component.FastInputVector";
1635+
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Component_FastInputVector[] =
1636+
L"Component.FastInputVector";
16291637
#endif
16301638

16311639
namespace ABI
@@ -1646,7 +1654,8 @@ namespace ABI
16461654
*/
16471655
#if !defined(____x_ABI_CComponent_CIFastInputMapFactory_INTERFACE_DEFINED__)
16481656
#define ____x_ABI_CComponent_CIFastInputMapFactory_INTERFACE_DEFINED__
1649-
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Component_IFastInputMapFactory[] = L"Component.IFastInputMapFactory";
1657+
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Component_IFastInputMapFactory[] =
1658+
L"Component.IFastInputMapFactory";
16501659
namespace ABI
16511660
{
16521661
namespace Component
@@ -3564,7 +3573,8 @@ EXTERN_C const IID IID___x_ABI_CComponent_CITwoArgDelegateReturn;
35643573
*/
35653574
#if !defined(____x_ABI_CComponent_CIEventsStatics_INTERFACE_DEFINED__)
35663575
#define ____x_ABI_CComponent_CIEventsStatics_INTERFACE_DEFINED__
3567-
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Component_IEventsStatics[] = L"Component.IEventsStatics";
3576+
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Component_IEventsStatics[] =
3577+
L"Component.IEventsStatics";
35683578
/* [object, exclusiveto, uuid("c5784dcd-8bed-444e-95f2-58f00878615f"), version] */
35693579
typedef struct __x_ABI_CComponent_CIEventsStaticsVtbl
35703580
{
@@ -3875,7 +3885,8 @@ extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Componen
38753885
*/
38763886
#ifndef RUNTIMECLASS_Component_NonCachedStatic_DEFINED
38773887
#define RUNTIMECLASS_Component_NonCachedStatic_DEFINED
3878-
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Component_NonCachedStatic[] = L"Component.NonCachedStatic";
3888+
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Component_NonCachedStatic[] =
3889+
L"Component.NonCachedStatic";
38793890
#endif
38803891

38813892
/*
@@ -4159,7 +4170,8 @@ typedef interface __x_ABI_CWindows_CFoundation_CIClosable __x_ABI_CWindows_CFoun
41594170
*/
41604171
#if !defined(____x_ABI_CComponent_CIFastInputVectorFactory_INTERFACE_DEFINED__)
41614172
#define ____x_ABI_CComponent_CIFastInputVectorFactory_INTERFACE_DEFINED__
4162-
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Component_IFastInputVectorFactory[] = L"Component.IFastInputVectorFactory";
4173+
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Component_IFastInputVectorFactory[] =
4174+
L"Component.IFastInputVectorFactory";
41634175
/* [object, exclusiveto, uuid("bb649b98-7582-4970-8adc-e2a13aca24aa"), version] */
41644176
typedef struct __x_ABI_CComponent_CIFastInputVectorFactoryVtbl
41654177
{
@@ -4238,7 +4250,8 @@ EXTERN_C const IID IID___x_ABI_CComponent_CIFastInputVectorFactory;
42384250

42394251
#ifndef RUNTIMECLASS_Component_FastInputVector_DEFINED
42404252
#define RUNTIMECLASS_Component_FastInputVector_DEFINED
4241-
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Component_FastInputVector[] = L"Component.FastInputVector";
4253+
extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Component_FastInputVector[] =
4254+
L"Component.FastInputVector";
42424255
#endif
42434256

42444257
/*
@@ -4251,7 +4264,8 @@ extern const __declspec(selectany) _Null_terminated_ WCHAR RuntimeClass_Componen
42514264
*/
42524265
#if !defined(____x_ABI_CComponent_CIFastInputMapFactory_INTERFACE_DEFINED__)
42534266
#define ____x_ABI_CComponent_CIFastInputMapFactory_INTERFACE_DEFINED__
4254-
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Component_IFastInputMapFactory[] = L"Component.IFastInputMapFactory";
4267+
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Component_IFastInputMapFactory[] =
4268+
L"Component.IFastInputMapFactory";
42554269
/* [object, exclusiveto, uuid("26b63306-8ddc-4ddb-8612-a4ef8fbc3abd"), version] */
42564270
typedef struct __x_ABI_CComponent_CIFastInputMapFactoryVtbl
42574271
{

test/old_tests/Component/FastInput.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ namespace winrt::Component::implementation
1515
hstring VectorView(Windows::Foundation::Collections::IVectorView<hstring> const& in);
1616
hstring Vector(Windows::Foundation::Collections::IVector<hstring> const& in);
1717

18-
hstring IterablePair(Windows::Foundation::Collections::IIterable<Windows::Foundation::Collections::IKeyValuePair<hstring, hstring>> const& in);
18+
hstring IterablePair(
19+
Windows::Foundation::Collections::IIterable<Windows::Foundation::Collections::IKeyValuePair<hstring, hstring>> const& in);
1920
hstring MapView(Windows::Foundation::Collections::IMapView<hstring, hstring> const& in);
2021
hstring Map(Windows::Foundation::Collections::IMap<hstring, hstring> const& in);
2122

test/old_tests/Composable/Composable_h.h

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,8 @@ EXTERN_C const IID IID___x_ABI_CComposable_CIBaseFactory;
262262
*/
263263
#if !defined(____x_ABI_CComposable_CIBaseOverrides_INTERFACE_DEFINED__)
264264
#define ____x_ABI_CComposable_CIBaseOverrides_INTERFACE_DEFINED__
265-
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Composable_IBaseOverrides[] = L"Composable.IBaseOverrides";
265+
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Composable_IBaseOverrides[] =
266+
L"Composable.IBaseOverrides";
266267
namespace ABI
267268
{
268269
namespace Composable
@@ -326,7 +327,8 @@ EXTERN_C const IID IID___x_ABI_CComposable_CIDerived;
326327
*/
327328
#if !defined(____x_ABI_CComposable_CIDerivedFactory_INTERFACE_DEFINED__)
328329
#define ____x_ABI_CComposable_CIDerivedFactory_INTERFACE_DEFINED__
329-
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Composable_IDerivedFactory[] = L"Composable.IDerivedFactory";
330+
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Composable_IDerivedFactory[] =
331+
L"Composable.IDerivedFactory";
330332
namespace ABI
331333
{
332334
namespace Composable
@@ -460,7 +462,8 @@ namespace ABI
460462
*/
461463
#if !defined(____x_ABI_CComposable_CITestStructCodeGen_INTERFACE_DEFINED__)
462464
#define ____x_ABI_CComposable_CITestStructCodeGen_INTERFACE_DEFINED__
463-
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Composable_ITestStructCodeGen[] = L"Composable.ITestStructCodeGen";
465+
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Composable_ITestStructCodeGen[] =
466+
L"Composable.ITestStructCodeGen";
464467
namespace ABI
465468
{
466469
namespace Composable
@@ -708,7 +711,8 @@ EXTERN_C const IID IID___x_ABI_CComposable_CIBaseFactory;
708711
*/
709712
#if !defined(____x_ABI_CComposable_CIBaseOverrides_INTERFACE_DEFINED__)
710713
#define ____x_ABI_CComposable_CIBaseOverrides_INTERFACE_DEFINED__
711-
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Composable_IBaseOverrides[] = L"Composable.IBaseOverrides";
714+
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Composable_IBaseOverrides[] =
715+
L"Composable.IBaseOverrides";
712716
/* [object, exclusiveto, uuid("A4DB9277-E6B7-4936-BF41-CDF042E278E2"), version] */
713717
typedef struct __x_ABI_CComposable_CIBaseOverridesVtbl
714718
{
@@ -854,7 +858,8 @@ EXTERN_C const IID IID___x_ABI_CComposable_CIDerived;
854858
*/
855859
#if !defined(____x_ABI_CComposable_CIDerivedFactory_INTERFACE_DEFINED__)
856860
#define ____x_ABI_CComposable_CIDerivedFactory_INTERFACE_DEFINED__
857-
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Composable_IDerivedFactory[] = L"Composable.IDerivedFactory";
861+
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Composable_IDerivedFactory[] =
862+
L"Composable.IDerivedFactory";
858863
/* [object, exclusiveto, uuid("56dc2c28-edd1-4fa3-91e5-f63c3db47070"), version] */
859864
typedef struct __x_ABI_CComposable_CIDerivedFactoryVtbl
860865
{
@@ -1004,7 +1009,8 @@ struct __x_ABI_CComposable_CTestStructCodeGen
10041009
*/
10051010
#if !defined(____x_ABI_CComposable_CITestStructCodeGen_INTERFACE_DEFINED__)
10061011
#define ____x_ABI_CComposable_CITestStructCodeGen_INTERFACE_DEFINED__
1007-
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Composable_ITestStructCodeGen[] = L"Composable.ITestStructCodeGen";
1012+
extern const __declspec(selectany) _Null_terminated_ WCHAR InterfaceName_Composable_ITestStructCodeGen[] =
1013+
L"Composable.ITestStructCodeGen";
10081014
/* [object, uuid("9849e7b1-e906-4d32-a696-5df471b1727d"), version] */
10091015
typedef struct __x_ABI_CComposable_CITestStructCodeGenVtbl
10101016
{

test/old_tests/UnitTests/produce_IPropertyValue.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ struct produce_IPropertyValue : winrt::implements<produce_IPropertyValue, winrt:
135135

136136
void GetInspectableArray(winrt::com_array<winrt::Windows::Foundation::IInspectable>& value)
137137
{
138-
value = { winrt::Windows::Foundation::Uri(L"http://one/"), winrt::Windows::Foundation::Uri(L"http://two/"), winrt::Windows::Foundation::Uri(L"http://three/") };
138+
value = { winrt::Windows::Foundation::Uri(L"http://one/"),
139+
winrt::Windows::Foundation::Uri(L"http://two/"),
140+
winrt::Windows::Foundation::Uri(L"http://three/") };
139141
}
140142

141143
void GetGuidArray(winrt::com_array<winrt::guid>&)

test/test_component/Class.h

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,42 @@ namespace winrt::test_component::implementation
3737
}
3838

3939
Class(Windows::Foundation::Collections::IIterable<hstring> const& arg, int32_t dummy1);
40-
Class(Windows::Foundation::Collections::IIterable<Windows::Foundation::Collections::IKeyValuePair<hstring, hstring>> const& arg, int32_t dummy1, int32_t dummy2);
40+
Class(
41+
Windows::Foundation::Collections::IIterable<Windows::Foundation::Collections::IKeyValuePair<hstring, hstring>> const& arg,
42+
int32_t dummy1,
43+
int32_t dummy2);
4144
Class(Windows::Foundation::Collections::IMap<hstring, hstring> const& arg, int32_t dummy1, int32_t dummy2, int32_t dummy3);
4245
Class(Windows::Foundation::Collections::IMapView<hstring, hstring> const& arg, int32_t dummy1, int32_t dummy2, int32_t dummy3, int32_t dummy4);
43-
Class(Windows::Foundation::Collections::IVector<hstring> const& arg, int32_t dummy1, int32_t dummy2, int32_t dummy3, int32_t dummy4, int32_t dummy5);
44-
Class(Windows::Foundation::Collections::IVectorView<hstring> const& arg, int32_t dummy1, int32_t dummy2, int32_t dummy3, int32_t dummy4, int32_t dummy5, int32_t dummy6);
46+
Class(
47+
Windows::Foundation::Collections::IVector<hstring> const& arg,
48+
int32_t dummy1,
49+
int32_t dummy2,
50+
int32_t dummy3,
51+
int32_t dummy4,
52+
int32_t dummy5);
53+
Class(
54+
Windows::Foundation::Collections::IVectorView<hstring> const& arg,
55+
int32_t dummy1,
56+
int32_t dummy2,
57+
int32_t dummy3,
58+
int32_t dummy4,
59+
int32_t dummy5,
60+
int32_t dummy6);
4561

4662
static hstring InIterable(Windows::Foundation::Collections::IIterable<hstring> const& value);
47-
static hstring InIterablePair(Windows::Foundation::Collections::IIterable<Windows::Foundation::Collections::IKeyValuePair<hstring, hstring>> const& value);
63+
static hstring InIterablePair(
64+
Windows::Foundation::Collections::IIterable<Windows::Foundation::Collections::IKeyValuePair<hstring, hstring>> const& value);
4865
static Windows::Foundation::IAsyncOperation<hstring> InAsyncIterable(Windows::Foundation::Collections::IIterable<hstring> value);
4966
static Windows::Foundation::IAsyncOperation<hstring> InAsyncIterablePair(
5067
Windows::Foundation::Collections::IIterable<Windows::Foundation::Collections::IKeyValuePair<hstring, hstring>> value);
5168
static hstring InMap(Windows::Foundation::Collections::IMap<hstring, hstring> const& value);
5269
static hstring InMapView(Windows::Foundation::Collections::IMapView<hstring, hstring> const& value);
53-
static Windows::Foundation::IAsyncOperation<hstring> InAsyncMapView(Windows::Foundation::Collections::IMapView<hstring, hstring> value);
70+
static Windows::Foundation::IAsyncOperation<hstring> InAsyncMapView(
71+
Windows::Foundation::Collections::IMapView<hstring, hstring> value);
5472
static hstring InVector(Windows::Foundation::Collections::IVector<hstring> const& value);
5573
static hstring InVectorView(Windows::Foundation::Collections::IVectorView<hstring> const& value);
56-
static Windows::Foundation::IAsyncOperation<hstring> InAsyncVectorView(Windows::Foundation::Collections::IVectorView<hstring> value);
74+
static Windows::Foundation::IAsyncOperation<hstring> InAsyncVectorView(
75+
Windows::Foundation::Collections::IVectorView<hstring> value);
5776

5877
hstring InInt32(int32_t value);
5978
hstring InString(hstring const& value);
@@ -109,7 +128,8 @@ namespace winrt::test_component::implementation
109128
int32_t NoexceptInt32() noexcept;
110129
hstring NoexceptString() noexcept;
111130

112-
event_token DeferrableEvent(Windows::Foundation::TypedEventHandler<test_component::Class, test_component::DeferrableEventArgs> const& handler);
131+
event_token DeferrableEvent(
132+
Windows::Foundation::TypedEventHandler<test_component::Class, test_component::DeferrableEventArgs> const& handler);
113133
void DeferrableEvent(event_token const& token);
114134
Windows::Foundation::IAsyncOperation<int> RaiseDeferrableEventAsync();
115135

test/test_component_derived/Nested.HierarchyD.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
namespace winrt::test_component_derived::Nested::implementation
77
{
8-
struct HierarchyD : HierarchyDT<HierarchyD, test_component_derived::Nested::implementation::HierarchyC, IReferenceTrackerExtension>
8+
struct HierarchyD
9+
: HierarchyDT<HierarchyD, test_component_derived::Nested::implementation::HierarchyC, IReferenceTrackerExtension>
910
{
1011
HierarchyD() = default;
1112

0 commit comments

Comments
 (0)