silverstripe-framework/model
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
..
connect MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
fieldtypes MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
queries MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
Aggregate.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
ArrayList.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
DatabaseAdmin.php Merge remote-tracking branch 'origin/3.1' into 3.2 2015-09-15 13:18:47 +12:00
DataDifferencer.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
DataExtension.php Revert #3425 #3396 to restore deprecated functionality 2015-08-24 11:26:25 +12:00
DataList.php Revert #3425 #3396 to restore deprecated functionality 2015-08-24 11:26:25 +12:00
DataModel.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
DataObject.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
DataObjectInterface.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
DataQuery.php FIX: Fixed regression from ClassInfo case-sensitivity fix. 2015-08-07 14:20:01 +12:00
DB.php Merge branch '3.1' into 3.2 2015-07-20 10:48:01 +01:00
Filterable.php API SS_Filterable, SS_Limitable and SS_Sortable now explicitly extend SS_List 2014-07-30 11:07:01 +12:00
GroupedList.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
HasManyList.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
HiddenClass.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Hierarchy.php BUG Fix missing framework/admin/tests 2015-09-10 11:06:15 +12:00
HTMLValue.php Rewrote usages of error suppression operator 2014-03-05 15:48:55 +13:00
Image_Backend.php BUG fix imagick interface and add to travis 2015-10-06 12:40:24 +13:00
Image.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
Limitable.php API SS_Filterable, SS_Limitable and SS_Sortable now explicitly extend SS_List 2014-07-30 11:07:01 +12:00
List.php Merge remote-tracking branch 'origin/3.1' into 3 2015-06-02 19:13:38 +12:00
ListDecorator.php Corrected TotalItems() method to use Count(). Added test coverage. (fixes #4646) 2015-11-04 00:20:45 +13:00
ManyManyList.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
Map.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
PolymorphicHasManyList.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
RelationList.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Sortable.php API SS_Filterable, SS_Limitable and SS_Sortable now explicitly extend SS_List 2014-07-30 11:07:01 +12:00
Transliterator.php Merge remote-tracking branch 'origin/3.1' into 3 2015-06-02 19:13:38 +12:00
UnsavedRelationList.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
URLSegmentFilter.php Remove forward slash in URLs in multibyte mode 2015-08-26 17:40:04 +12:00
ValidationException.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
ValidationResult.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Versioned.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00