Skip to content

Commit ae9e58e

Browse files
Nirmal4Gmichael-hawker
authored andcommitted
Clean-up trailing white-spaces
Remove final new-lines Remove trailing white-spaces
1 parent 4df2705 commit ae9e58e

File tree

1,348 files changed

+2337
-2358
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,348 files changed

+2337
-2358
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 4 deletions

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion

.github/ISSUE_TEMPLATE/win32_controls.md

Lines changed: 1 addition & 1 deletion

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackageIconUrl>https://raw.githubusercontent.com/windows-toolkit/WindowsCommunityToolkit/main/build/nuget.png</PackageIconUrl>
88
<PackageIcon>images\nuget.png</PackageIcon>
99
<PackageProjectUrl>https://github.com/windows-toolkit/WindowsCommunityToolkit</PackageProjectUrl>
10-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
10+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<PackageReleaseNotes>https://github.com/windows-toolkit/WindowsCommunityToolkit/releases</PackageReleaseNotes>
1212
<Copyright>(c) .NET Foundation and Contributors. All rights reserved.</Copyright>
1313
<DefaultLanguage>en-US</DefaultLanguage>

Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414
</When>
1515
</Choose>
16-
16+
1717
<!--Exclude Notifications project from this since it sets different min versions than what we want for notifications-->
1818
<Import Project="$(MSBuildThisFileDirectory)build\Windows.Toolkit.Uwp.Build.targets" Condition="'$(UseUWP)' == 'true' and $(MSBuildProjectName) != 'Microsoft.Toolkit.Uwp.Notifications'"/>
1919

GazeInputTest/App.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
xmlns:local="using:GazeInputTest"
66
RequestedTheme="Light">
77

8-
</Application>
8+
</Application>

GazeInputTest/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ private void OnSuspending(object sender, SuspendingEventArgs e)
9797
deferral.Complete();
9898
}
9999
}
100-
}
100+
}

GazeInputTest/GazeInputTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<VisualStudioVersion>14.0</VisualStudioVersion>
167167
</PropertyGroup>
168168
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
169-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
169+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
170170
Other similar extension points exist, see Microsoft.Common.targets.
171171
<Target Name="BeforeBuild">
172172
</Target>

GazeInputTest/MainPage.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
xmlns:g="using:Microsoft.Toolkit.Uwp.Input.GazeInteraction"
99
g:GazeInput.Interaction="Enabled"
1010
mc:Ignorable="d">
11-
11+
1212
<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
1313

1414
<Grid.RowDefinitions>
@@ -53,4 +53,4 @@
5353
<Button Grid.Column="1" Content="Dialog" Margin="4" HorizontalAlignment="Stretch" Click="DialogClicked"/>
5454
</Grid>
5555
</Grid>
56-
</Page>
56+
</Page>

0 commit comments

Comments
 (0)