silverstripe-cms/code/model
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
..
CurrentPageIdentifier.php Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
ErrorPage.php Merge remote-tracking branch 'origin/3.2' into 3 2015-11-03 13:11:26 +13:00
RedirectorPage.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
SiteTree.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
SiteTreeExtension.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
SiteTreeFileExtension.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
SiteTreeFolderExtension.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00
SiteTreeLinkTracking.php Fix missing packages 2015-08-24 16:14:33 +12:00
VirtualPage.php MINOR: Remove training whitespace. 2016-01-07 10:32:05 +13:00