]> git.openstreetmap.org Git - rails.git/commit
Cleanup trailing whitespace
authorTom Hughes <tom@compton.nu>
Mon, 16 Feb 2015 18:52:25 +0000 (18:52 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 20 Feb 2015 08:56:16 +0000 (08:56 +0000)
commit34e3e51456774127d43408b7ab65c24f41373f62
treecf776926069b179cd6bb621654d79665d308ae76
parente1f79d84adc413afa2a1a8d8d06fda9fa5151d49
Cleanup trailing whitespace
129 files changed:
.rubocop_todo.yml
Vagrantfile
app/controllers/amf_controller.rb
app/controllers/api_controller.rb
app/controllers/application_controller.rb
app/controllers/browse_controller.rb
app/controllers/diary_entry_controller.rb
app/controllers/node_controller.rb
app/controllers/notes_controller.rb
app/controllers/old_controller.rb
app/controllers/old_node_controller.rb
app/controllers/old_relation_controller.rb
app/controllers/old_way_controller.rb
app/controllers/redactions_controller.rb
app/controllers/relation_controller.rb
app/controllers/swf_controller.rb
app/controllers/user_blocks_controller.rb
app/controllers/user_preference_controller.rb
app/controllers/user_roles_controller.rb
app/controllers/way_controller.rb
app/helpers/user_blocks_helper.rb
app/helpers/user_roles_helper.rb
app/models/access_token.rb
app/models/changeset.rb
app/models/changeset_comment.rb
app/models/client_application.rb
app/models/language.rb
app/models/node.rb
app/models/node_tag.rb
app/models/oauth_token.rb
app/models/old_node.rb
app/models/old_relation.rb
app/models/old_relation_tag.rb
app/models/old_way.rb
app/models/redaction.rb
app/models/relation.rb
app/models/trace.rb
app/models/user_preference.rb
app/models/way.rb
app/models/way_tag.rb
config/initializers/abstract_adapter.rb
config/initializers/action_mailer.rb
config/initializers/memory_limits.rb
config/initializers/r2.rb
config/routes.rb
db/migrate/001_create_osm_db.rb
db/migrate/002_cleanup_osm_db.rb
db/migrate/006_tile_nodes.rb
db/migrate/008_remove_segments.rb
db/migrate/020_populate_node_tags_and_remove.rb
db/migrate/021_move_to_innodb.rb
db/migrate/023_add_changesets.rb
db/migrate/024_order_relation_members.rb
db/migrate/025_add_end_time_to_changesets.rb
db/migrate/040_create_oauth_tables.rb
db/migrate/053_add_map_bug_tables.rb
db/migrate/054_refactor_map_bug_tables.rb
db/migrate/056_add_date_closed.rb
db/migrate/20100516124737_add_open_id.rb
db/migrate/20110322001319_add_terms_seen_to_user.rb
lib/classic_pagination/pagination.rb
lib/classic_pagination/pagination_helper.rb
lib/consistency_validations.rb
lib/daemons/gpx_import.rb
lib/diff_reader.rb
lib/editors.rb
lib/geo_record.rb
lib/output_compression/output_compression.rb
lib/potlatch.rb
lib/quova.rb
lib/redactable.rb
lib/rich_text.rb
lib/session_persistence.rb
lib/short_link.rb
lib/tasks/add_version_to_nodes.rake
lib/tasks/testing.rake
lib/validators.rb
script/daemons
script/locale/po2yaml
script/statistics
test/controllers/amf_controller_test.rb
test/controllers/api_controller_test.rb
test/controllers/changeset_controller_test.rb
test/controllers/diary_entry_controller_test.rb
test/controllers/export_controller_test.rb
test/controllers/node_controller_test.rb
test/controllers/notes_controller_test.rb
test/controllers/oauth_clients_controller_test.rb
test/controllers/old_node_controller_test.rb
test/controllers/old_relation_controller_test.rb
test/controllers/old_way_controller_test.rb
test/controllers/relation_controller_test.rb
test/controllers/trace_controller_test.rb
test/controllers/user_controller_test.rb
test/controllers/user_preference_controller_test.rb
test/controllers/way_controller_test.rb
test/helpers/application_helper_test.rb
test/integration/oauth_test.rb
test/integration/user_changeset_comments_test.rb
test/integration/user_diaries_test.rb
test/integration/user_terms_seen_test.rb
test/lib/short_link_test.rb
test/models/changeset_comment_test.rb
test/models/changeset_tag_test.rb
test/models/diary_comment_test.rb
test/models/diary_entry_test.rb
test/models/friend_test.rb
test/models/message_test.rb
test/models/node_tag_test.rb
test/models/node_test.rb
test/models/oauth_nonce_test.rb
test/models/old_node_tag_test.rb
test/models/old_node_test.rb
test/models/old_relation_tag_test.rb
test/models/old_relation_test.rb
test/models/old_way_tag_test.rb
test/models/old_way_test.rb
test/models/relation_member_test.rb
test/models/relation_tag_test.rb
test/models/relation_test.rb
test/models/trace_test.rb
test/models/tracepoint_test.rb
test/models/tracetag_test.rb
test/models/user_preference_test.rb
test/models/user_test.rb
test/models/user_token_test.rb
test/models/way_tag_test.rb
test/models/way_test.rb
test/test_helper.rb