#38605 closed enhancement (wontfix)
Remove useless trailing spaces
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | trivial | Version: | |
| Component: | General | Keywords: | has-patch |
| Focuses: | Cc: |
Description
There are some useless trailing spaces landing in the code. With a basic sed, we can remove all of them. The exact command line is the following:
$ sed -i '' -E 's/ +$//g' **/*.php
Attachments (1)
Change History (3)
#1
@
9 years ago
- Keywords has-patch added
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
- Version trunk deleted
Thank you for your contribution, @hywan, but the WordPress project does not refactor code for the sake of it, for the reasons listed here: https://make.wordpress.org/core/handbook/contribute/code-refactoring/
Note: See
TracTickets for help on using
tickets.
Whole patch