]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from app/views/news/index.api.rsb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 16 Sep 2011 15:17:05 +0000 (15:17 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 16 Sep 2011 15:17:05 +0000 (15:17 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7257 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/news/index.api.rsb

index 2cacbc7f87d6900a14e8c153bf2308a778aafdd2..535b624b013ebe2f7c455286d09a04dd33803443 100644 (file)
@@ -4,7 +4,7 @@ api.array :news, api_meta(:total_count => @news_count, :offset => @offset, :limi
       api.id news.id
       api.project(:id => news.project_id, :name => news.project.name) unless news.project.nil?
       api.author(:id => news.author_id, :name => news.author.name) unless news.author.nil?
-      
+
       api.title                news.title
       api.summary              news.summary
       api.description  news.description