brendanlim / mobile-fu

Automatically detect mobile requests from mobile devices in your Rails application.
http://www.intridea.com/2008/7/21/mobilize-your-rails-application-with-mobile-fu
MIT License
707 stars 195 forks source link

removing trailing whitespace to make git happy #15

Closed croaky closed 12 years ago

croaky commented 13 years ago

When you vendor the mobile-fu plugin in a Rails app using a common git whitespace setting, you'll get this message from git:

Applying: installed mobile-fu plugin *

With a long list of mobile-fu lines. It won't let you commit without using the --no-verify flag, but it's a pain and I still haven't found a solution for when I git rebase origin/master from a topic branch when master has the mobile-fu commit.

This commit just removes that trailing whitespace to make git happy.