Zap all trailing whitespace.
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 11 Apr 2020 05:28:50 +0000 (01:28 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 11 Apr 2020 05:28:50 +0000 (01:28 -0400)
commitb6dea2e380bcb9a5cef518348cbc98c99a665b4e
tree5fcd6a0da09b826213af76de59c5ada2e45cc89c
parent24d32d2b9055ded8f855874283e4120f30e2dfd6
Zap all trailing whitespace.

    find . -name '*.php' -exec gsed -i -E 's/\s+$//' {} \+ ;
107 files changed:
admin/automation.php
admin/field.php
admin/global.php
admin/language.php
admin/permission.php
admin/priority.php
admin/product.php
admin/purge_inactive.php
admin/resolution.php
admin/setting.php
admin/severity.php
admin/status.php
admin/user.php
admin/usergroup.php
admin/userhelp.php
attachment.php
docs/datatools.php
docs/datatools_store.php
docs/mailtest.php
docs/migrate_custom_fields.php
docs/mycookies.php
docs/populate.php
docs/post-commit.php
docs/update_bug_table_cache.php
docs/update_field_order_in_bugs.php
editcomment.php
editreport.php
explain.php
favorite.php
framework/api.php
framework/date.php
framework/dev/conditionaltest.php
framework/functions.php
framework/graph_pie.php
framework/installer.php
framework/kernel.php
framework/mail.php
framework/pagination.php
framework/printer.css.php
framework/printer.php
framework/printer_css.php
framework/printer_navigation.php
framework/template.php
framework/template_fs.php
framework/xml.php
global.php
includes/api_attachment.php
includes/api_automation.php
includes/api_bug.php
includes/api_comment.php
includes/api_field.php
includes/api_language.php
includes/api_priority.php
includes/api_resolution.php
includes/api_severity.php
includes/api_status.php
includes/api_user.php
includes/api_usergroup.php
includes/api_userhelp.php
includes/auth/auth.php
includes/auth/auth_default.php
includes/auth/auth_drupal.php
includes/auth/auth_ipb2.php
includes/auth/auth_phpbb2.php
includes/auth/auth_vbulletin.php
includes/class_admin_navigation.php
includes/class_api_error.php
includes/class_logging.php
includes/class_message_reporter.php
includes/class_mo.php
includes/class_notification.php
includes/class_sort.php
includes/functions.php
includes/functions_datastore.php
includes/functions_product.php
includes/language.php
index.php
install/convert_database_charset.php
install/install.php
install/upgrade.php
install/upgrade1.php
install/upgrade10.php
install/upgrade11.php
install/upgrade12.php
install/upgrade13.php
install/upgrade14.php
install/upgrade15.php
install/upgrade16.php
install/upgrade17.php
install/upgrade18.php
install/upgrade19.php
install/upgrade2.php
install/upgrade3.php
install/upgrade4.php
install/upgrade5.php
install/upgrade6.php
install/upgrade7.php
install/upgrade8.php
install/upgrade9.php
login.php
newreport.php
register.php
search.php
showreport.php
syndicate.php
userctrl.php
vote.php