Skip to content

Commit fd903ac

Browse files
committed
Clean-up trailing white-spaces
Remove final new-lines Remove trailing white-spaces
1 parent 25442e3 commit fd903ac

File tree

274 files changed

+911
-930
lines changed

Some content is hidden

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

274 files changed

+911
-930
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ If applicable, add screenshots to help explain your problem.
3838
## Environment
3939
<!-- Check one or more of the following options with "x" -->
4040
```
41-
NuGet Package(s):
41+
NuGet Package(s):
4242
43-
Package Version(s):
43+
Package Version(s):
4444
4545
Windows 10 Build Number:
4646
- [ ] Fall Creators Update (16299)
@@ -64,9 +64,9 @@ Device form factor:
6464
- [ ] Surface Hub
6565
- [ ] IoT
6666
67-
Visual Studio
67+
Visual Studio
6868
- [ ] 2017 (version: )
69-
- [ ] 2019 (version: )
69+
- [ ] 2019 (version: )
7070
- [ ] 2019 Preview (version: )
7171
7272
```

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ IF NOT CERTAIN ABOUT THE FEATURE AND REQUIRE MORE CLARITY THEN PLEASE POST ON "I
1313

1414
## Describe the problem this feature would solve
1515
<!-- Please describe or link to any existing issues or discussions.
16-
A clear and concise description of what the problem is, starting with the user story.
16+
A clear and concise description of what the problem is, starting with the user story.
1717
Provide examples of the restrictions in the current environment that hinders the work your users or you want to perform. What are the ways this new feature will help transform and deliver those results?
1818
For example, I am currently using the InfiniteCanvas control which lacks the TabbedCommandBar control feature. I am looking to improve user experience therefore i would like to use that in my project to provide ease of accessibility and a user-friendly interface. This new feature will provide quick access to the toolbar, enhance space utilization, etc [...] -->
1919

.github/ISSUE_TEMPLATE/win32_controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Win32 Controls
33
about: I have an issue with a Toolkit WPF or WinForms control
44
title: "[Win32]"
5-
labels:
5+
labels:
66
assignees: ''
77

88
---

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Please check if your PR fulfills the following requirements:
4343
- [ ] Header has been added to all new source files (run *build/UpdateHeaders.bat*)
4444
- [ ] Contains **NO** breaking changes
4545

46-
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below.
46+
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below.
4747
Please note that breaking changes are likely to be rejected within minor release cycles or held until major versions. -->
4848

4949

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/master/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/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>

GazeInputTest/Properties/Default.rd.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
the application package. The asterisks are not wildcards.
2323
-->
2424
<Assembly Name="*Application*" Dynamic="Required All" />
25-
26-
25+
26+
2727
<!-- Add your application specific runtime directives here. -->
2828

2929

0 commit comments

Comments
 (0)