silverstripe-cms/code/controllers
Sam Minnee bbc3aaaf9f MINOR: 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 -prune -o -type f -name "$match" -exec sed -i '' 's/[[:space:]]\+$//' {} \+
	find . -path ./thirdparty -prune -o -type f -name "$match" | xargs perl -pi -e 's/ +$//'
done
2016-01-07 10:32:05 +13:00
..
AssetAdmin.php Merge pull request #1259 from stevie-mayhew/pulls/get_response 2015-09-25 12:23:43 +01:00
CMSFileAddController.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
CMSMain.php Merge remote-tracking branch 'origin/3.2' into 3 2015-11-03 13:11:26 +13:00
CMSPageAddController.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
CMSPageEditController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
CMSPageHistoryController.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
CMSPagesController.php fixing phpdoc blocks to refering to Objects to built-in types of PHP 2015-09-28 22:31:31 +13:00
CMSPageSettingsController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
CMSSettingsController.php increase CMSSettingsController:url_priority to suppress SiteConfigLeftAndMain 2015-06-22 14:15:49 +02:00
CMSSiteTreeFilter.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
ContentController.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
ErrorPageControllerExtension.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
LeftAndMainPageIconsExtension.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
ModelAsController.php UPDATE: make all response code use getResponse() method 2015-09-25 09:10:24 +12:00
NestedController.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
OldPageRedirector.php Merge remote-tracking branch 'origin/3.1' into 3.2 2015-09-09 14:09:00 +12:00
RootURLController.php UPDATE: make all response code use getResponse() method 2015-09-25 09:10:24 +12:00
SilverStripeNavigator.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00