Skip to content

Commit 785285c

Browse files
committed
Revert formatting.
1 parent 0756c85 commit 785285c

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
@@ -289,16 +289,16 @@ Copyright (C) Microsoft Corporation. All rights reserved.
289289
<FullXamlMetadataProviderAttribute Condition="$(XamlCodeGenerationControlFlags.Contains('FullXamlMetadataProvider'))">[$(XamlNamespace).Markup.FullXamlMetadataProvider] </FullXamlMetadataProviderAttribute>
290290
<XamlMarkupIdlImport Condition="$(_DisableReferences)">import "$(XamlNamespace).Markup.idl"%3b</XamlMarkupIdlImport>
291291
<XamlMetaDataProviderIdlLines>
292-
// This file is generated by the build to support Xaml apps
293-
$(XamlMarkupIdlImport)
294-
namespace $(RootNamespace)
295-
{
296-
$(FullXamlMetadataProviderAttribute)runtimeclass XamlMetaDataProvider : [default] $(XamlNamespace).Markup.IXamlMetadataProvider
297-
{
298-
XamlMetaDataProvider()%3b
299-
}
300-
}
301-
</XamlMetaDataProviderIdlLines>
292+
// This file is generated by the build to support Xaml apps
293+
$(XamlMarkupIdlImport)
294+
namespace $(RootNamespace)
295+
{
296+
$(FullXamlMetadataProviderAttribute)runtimeclass XamlMetaDataProvider : [default] $(XamlNamespace).Markup.IXamlMetadataProvider
297+
{
298+
XamlMetaDataProvider()%3b
299+
}
300+
}
301+
</XamlMetaDataProviderIdlLines>
302302
</PropertyGroup>
303303
<WriteLinesToFile Condition="!$(CppWinRTWriteOnlyWhenDifferent)"
304304
File="$(XamlMetaDataProviderIdl)" Lines="$(XamlMetaDataProviderIdlLines)"
@@ -316,11 +316,11 @@ Copyright (C) Microsoft Corporation. All rights reserved.
316316
<_PCH>@(ClCompile->Metadata('PrecompiledHeaderFile')->Distinct())</_PCH>
317317
<XamlMetaDataProviderPch Condition="'$(_PCH)'!=''">#include "$(_PCH)"</XamlMetaDataProviderPch>
318318
<XamlMetaDataProviderCppLines>
319-
// This file is generated by the build to support Xaml apps
320-
$(XamlMetaDataProviderPch)
321-
#include "XamlMetaDataProvider.h"
322-
#include "XamlMetaDataProvider.g.cpp"
323-
</XamlMetaDataProviderCppLines>
319+
// This file is generated by the build to support Xaml apps
320+
$(XamlMetaDataProviderPch)
321+
#include "XamlMetaDataProvider.h"
322+
#include "XamlMetaDataProvider.g.cpp"
323+
</XamlMetaDataProviderCppLines>
324324
</PropertyGroup>
325325
<WriteLinesToFile Condition="!$(CppWinRTWriteOnlyWhenDifferent)"
326326
File="$(XamlMetaDataProviderCpp)" Lines="$(XamlMetaDataProviderCppLines)"

0 commit comments

Comments
 (0)