Skip to content

Commit a1cccc0

Browse files
committed
Revert some formatting.
1 parent 97475a4 commit a1cccc0

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

nuget/Microsoft.Windows.CppWinRT.targets

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -286,16 +286,16 @@ Copyright (C) Microsoft Corporation. All rights reserved.
286286
<FullXamlMetadataProviderAttribute Condition="$(XamlCodeGenerationControlFlags.Contains('FullXamlMetadataProvider'))">[$(XamlNamespace).Markup.FullXamlMetadataProvider] </FullXamlMetadataProviderAttribute>
287287
<XamlMarkupIdlImport Condition="$(_DisableReferences)">import "$(XamlNamespace).Markup.idl"%3b</XamlMarkupIdlImport>
288288
<XamlMetaDataProviderIdlLines>
289-
// This file is generated by the build to support Xaml apps
290-
$(XamlMarkupIdlImport)
291-
namespace $(RootNamespace)
292-
{
293-
$(FullXamlMetadataProviderAttribute)runtimeclass XamlMetaDataProvider : [default] $(XamlNamespace).Markup.IXamlMetadataProvider
294-
{
295-
XamlMetaDataProvider()%3b
296-
}
297-
}
298-
</XamlMetaDataProviderIdlLines>
289+
// This file is generated by the build to support Xaml apps
290+
$(XamlMarkupIdlImport)
291+
namespace $(RootNamespace)
292+
{
293+
$(FullXamlMetadataProviderAttribute)runtimeclass XamlMetaDataProvider : [default] $(XamlNamespace).Markup.IXamlMetadataProvider
294+
{
295+
XamlMetaDataProvider()%3b
296+
}
297+
}
298+
</XamlMetaDataProviderIdlLines>
299299
</PropertyGroup>
300300
<WriteLinesToFile Condition="!$(CppWinRTWriteOnlyWhenDifferent)"
301301
File="$(XamlMetaDataProviderIdl)" Lines="$(XamlMetaDataProviderIdlLines)"
@@ -313,11 +313,11 @@ Copyright (C) Microsoft Corporation. All rights reserved.
313313
<_PCH>@(ClCompile->Metadata('PrecompiledHeaderFile')->Distinct())</_PCH>
314314
<XamlMetaDataProviderPch Condition="'$(_PCH)'!=''">#include "$(_PCH)"</XamlMetaDataProviderPch>
315315
<XamlMetaDataProviderCppLines>
316-
// This file is generated by the build to support Xaml apps
317-
$(XamlMetaDataProviderPch)
318-
#include "XamlMetaDataProvider.h"
319-
#include "XamlMetaDataProvider.g.cpp"
320-
</XamlMetaDataProviderCppLines>
316+
// This file is generated by the build to support Xaml apps
317+
$(XamlMetaDataProviderPch)
318+
#include "XamlMetaDataProvider.h"
319+
#include "XamlMetaDataProvider.g.cpp"
320+
</XamlMetaDataProviderCppLines>
321321
</PropertyGroup>
322322
<WriteLinesToFile Condition="!$(CppWinRTWriteOnlyWhenDifferent)"
323323
File="$(XamlMetaDataProviderCpp)" Lines="$(XamlMetaDataProviderCppLines)"

0 commit comments

Comments
 (0)