terminal/src/host/ft_uia/Elements
pi1024e 2872f147f8
Remove unneeded whitespace (#5162)
<!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
Every single time a PR is run, there are a bunch of warnings about whitespace in the .cs files, so I ran the code format on those files, without changing their contents, so it won't be flagged anymore.
<!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> 
## References

<!-- Please review the items on the PR checklist before submitting-->
## PR Checklist
* [X] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA
* [X] Tests added/passed

<!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here -->
## Detailed Description of the Pull Request / Additional comments

<!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well -->
## Validation Steps Performed
Ran the code-format utility on the .cs files
2020-03-30 14:33:32 +00:00
..
CmdApp.cs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ColorsTab.cs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
FontTab.cs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
LayoutTab.cs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
OptionsTab.cs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
PropertiesDialog.cs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
TabBase.cs Remove unneeded whitespace (#5162) 2020-03-30 14:33:32 +00:00
Tabs.cs Remove unneeded whitespace (#5162) 2020-03-30 14:33:32 +00:00
ViewportArea.cs Remove unneeded whitespace (#5162) 2020-03-30 14:33:32 +00:00
WinEventSystem.cs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00