aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Houston <robin@lenny.robin>2011-06-24 12:55:49 +0100
committerRobin Houston <robin@lenny.robin>2011-06-24 12:55:49 +0100
commit474b71b204de77ad44abf03d29f6ed059c03e46d (patch)
tree98bd9cfb03baa230a602d54c96ed8accc2cb12f0
parent19b35bdbc651f3e5aab807847468c8de83ff357f (diff)
Remove trailing whitespace
-rw-r--r--app/controllers/application_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index 91754e2ba..e39865dd9 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -31,7 +31,7 @@ class ApplicationController < ActionController::Base
def site_name
# XXX should come from database:
site_name = "WhatDoTheyKnow"
- return site_name
+ return site_name
end
# Help work out which request causes RAM spike.