[wp-trac] [WordPress Trac] #38605: Remove useless trailing spaces

WordPress Trac noreply at wordpress.org
Tue Nov 1 14:07:12 UTC 2016


#38605: Remove useless trailing spaces
-------------------------+-----------------------------
 Reporter:  hywan        |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  General      |    Version:  trunk
 Severity:  trivial      |   Keywords:
  Focuses:               |
-------------------------+-----------------------------
 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:

 {{{#!bash
 $ sed -i '' -E 's/ +$//g' **/*.php
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/38605>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list