silverstripe-framework/control
Sam Minnee 3ee8f505b7 MINORE: Remove training whitespace.
The main benefit of this is so that authors who make use of
.editorconfig don't end up with whitespace changes in their PRs.

Spaces vs. tabs has been left alone, although that could do with a
tidy-up in SS4 after the switch to PSR-1/2.

The command used was this:

for match in '*.ss' '*.css' '*.scss' '*.html' '*.yml' '*.php' '*.js' '*.csv' '*.inc' '*.php5'; do
	find . -path ./thirdparty -not -prune -o -path ./admin/thirdparty -not -prune -o -type f -name "$match" -exec sed -E -i '' 's/[[:space:]]+$//' {} \+
	find . -path ./thirdparty -not -prune -o -path ./admin/thirdparty -not -prune -o -type f -name "$match" | xargs perl -pi -e 's/ +$//'
done
2016-01-07 10:15:54 +13:00
..
injector MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
ContentNegotiator.php Set deprecation level for all changes in 3.x to 4.0 2015-06-19 13:07:41 +12:00
Controller.php Merge remote-tracking branch 'origin/3.2' into 3 2015-11-03 13:06:39 +13:00
Cookie_Backend.php remove trailing spaces in the codebase 2015-09-28 22:21:08 +13:00
Cookie.php Revert #3425 #3396 to restore deprecated functionality 2015-08-24 11:26:25 +12:00
CookieJar.php Add missing packages 2015-08-24 16:15:38 +12:00
Director.php Merge pull request #4635 from spekulatius/adding-space-before-casting 2015-09-28 11:17:08 +01:00
FlushRequestFilter.php remove trailing spaces in the codebase 2015-09-28 22:21:08 +13:00
HTTP.php Merge remote-tracking branch 'origin/3.2' into 3 2015-12-22 14:07:52 +13:00
HTTPRequest.php adding a space before casting into a different type 2015-09-28 22:21:02 +13:00
HTTPResponse.php adding a space before casting into a different type 2015-09-28 22:21:02 +13:00
NullHTTPRequest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
PjaxResponseNegotiator.php adding a space before casting into a different type 2015-09-28 22:21:02 +13:00
RequestFilter.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
RequestHandler.php [ss-2015-025]: FIX Dont expose class on error 2015-11-11 17:46:46 +13:00
RequestProcessor.php NEW Provide a consistent way of triggering flush 2014-08-22 09:24:27 +12:00
Session.php adding a space before casting into a different type 2015-09-28 22:21:02 +13:00
VersionedRequestFilter.php BUG Workaround for issues in testing version 2015-12-22 17:47:53 +13:00