Whitespace cleanup
commit1d63179ef1086e3d6ef6aeaa8b7456100beec2ce
authorAlex Coles <alexbcoles@mac.com>
Fri, 16 May 2008 08:57:01 +0000 (16 10:57 +0200)
committerAlex Coles <alexbcoles@mac.com>
Fri, 16 May 2008 08:57:01 +0000 (16 10:57 +0200)
tree1b4dc274477c6a691399122f0391da1522948f74
parent37f3b639f05213d2459ee54a826481d415ac5e00
Whitespace cleanup
123 files changed:
.gitignore
CHANGELOG
README
Rakefile
TODO
app/controllers/admin/files.rb
app/controllers/admin/orders.rb
app/controllers/admin/preferences.rb
app/controllers/admin/products.rb
app/controllers/admin/promotions.rb
app/controllers/admin/tags.rb
app/controllers/customers.rb
app/controllers/exceptions.rb
app/controllers/sessions.rb
app/controllers/store.rb
app/controllers/users.rb
app/helpers/admin/files_helper.rb
app/helpers/admin/orders_helper.rb
app/helpers/admin/products_helper.rb
app/helpers/admin/promotions_helper.rb
app/helpers/admin/sections_helper.rb
app/helpers/admin/tags_helper.rb
app/helpers/customers_helper.rb
app/helpers/global_helpers.rb
app/mailers/user_mailer.rb
app/mailers/views/layout/application.html.erb
app/mailers/views/layout/application.text.erb
app/mailers/views/user_mailer/activation_notification.html.erb
app/mailers/views/user_mailer/activation_notification.text.erb
app/mailers/views/user_mailer/signup_notification.html.erb
app/mailers/views/user_mailer/signup_notification.text.erb
app/models/address.rb
app/models/country.rb
app/models/mart/abstract_upload.rb
app/models/mart/accounts/abstract_account.rb
app/models/mart/accounts/bank_account.rb
app/models/mart/accounts/credit_card_account.rb
app/models/mart/accounts/google_checkout_account.rb
app/models/mart/accounts/paypal_account.rb
app/models/mart/asset.rb
app/models/mart/customer.rb
app/models/mart/customers/cart.rb
app/models/mart/customers/wishlist_item.rb
app/models/mart/image.rb
app/models/mart/order.rb
app/models/mart/orders/line_item.rb
app/models/mart/orders/status_code.rb
app/models/mart/shipping/type.rb
app/models/mart/shipping/weight.rb
app/models/mart/store/abstract_item.rb
app/models/mart/store/product.rb
app/models/mart/store/product_image.rb
app/models/mart/store/promotion.rb
app/models/mart/store/variation.rb
app/models/right.rb
app/models/role.rb
app/models/state.rb
app/models/tag.rb
app/models/user.rb
app/parts/views/layout/application.html.haml
app/views/customers/index.html.haml
app/views/layout/application.html.haml
app/views/store/index.html.haml
app/views/users/new.html.haml
autotest.bak/discover.rb
autotest.bak/merb.rb
config/environments/rake.rb
config/init.rb
config/rack.rb
config/router.rb
lib/authenticated_system/authenticated_system_controller.rb
lib/authenticated_system/authenticated_system_model.rb
lib/authenticated_system/authenticated_system_orm_map.rb
lib/mart.rb
public/merb.fcgi
spec/authenticated_system_spec_helper.rb
spec/controllers/admin/files_spec.rb
spec/controllers/admin/orders_spec.rb
spec/controllers/admin/preferences_spec.rb
spec/controllers/admin/products_spec.rb
spec/controllers/admin/promotions_spec.rb
spec/controllers/admin/tags_spec.rb
spec/controllers/customers_spec.rb
spec/controllers/sessions_spec.rb
spec/controllers/users_spec.rb
spec/helpers/admin/files_helper_spec.rb
spec/helpers/admin/orders_helper_spec.rb
spec/helpers/admin/preferences_helper_spec.rb
spec/helpers/admin/products_helper_spec.rb
spec/helpers/admin/promotions_helper_spec.rb
spec/helpers/admin/tags_helper_spec.rb
spec/helpers/customers_helper_spec.rb
spec/mailers/user_mailer_spec.rb
spec/models/address_spec.rb
spec/models/country_spec.rb
spec/models/mart/abstract_upload_spec.rb
spec/models/mart/accounts/abstract_account_spec.rb
spec/models/mart/accounts/bank_account_spec.rb
spec/models/mart/accounts/credit_card_account_spec.rb
spec/models/mart/accounts/google_checkout_account_spec.rb
spec/models/mart/accounts/paypal_account_spec.rb
spec/models/mart/asset_spec.rb
spec/models/mart/customer_spec.rb
spec/models/mart/customers/cart_spec.rb
spec/models/mart/customers/wishlist_item_spec.rb
spec/models/mart/image_spec.rb
spec/models/mart/order_spec.rb
spec/models/mart/orders/line_item_spec.rb
spec/models/mart/orders/status_code_spec.rb
spec/models/mart/shipping/type_spec.rb
spec/models/mart/shipping/weight_spec.rb
spec/models/mart/store/abstract_item_spec.rb
spec/models/mart/store/product_image_spec.rb
spec/models/mart/store/product_spec.rb
spec/models/mart/store/promotion_spec.rb
spec/models/mart/store/variation_spec.rb
spec/models/right_spec.rb
spec/models/role_spec.rb
spec/models/state_spec.rb
spec/models/tag_spec.rb
spec/models/user_spec.rb
spec/user_spec_helper.rb
spec/views/store/index_spec.rb