Skip to content

Commit 09afe3b

Browse files
author
AJ Christensen
committed
Updated *all* files excluding gems/ to have a \n and EOF to ensure compatibility with other editors apart from Textmate, and to avoid superfluous change messages regarding No-\n-at-end-of-line patch differentials in future.
1 parent c61c20c commit 09afe3b

99 files changed

Lines changed: 99 additions & 99 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/controllers/admin/articles.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ def find_article
6666
@article = Article[params[:id]]
6767
end
6868
end
69-
end
69+
end

app/controllers/admin/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ class Base < Application
33
layout :admin
44
before :login_required
55
end
6-
end
6+
end

app/controllers/admin/configurations.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ def find_configuration
2323
@configuration = Configuration.current
2424
end
2525
end
26-
end
26+
end

app/controllers/admin/dashboard.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ def check_for_user
2020
login_required
2121
end
2222
end
23-
end
23+
end

app/controllers/admin/plugins.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ def find_plugin
4848
@plugin = Plugin[params[:id]]
4949
end
5050
end
51-
end
51+
end

app/controllers/admin/sessions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ def destroy
2626
redirect_back_or_default('/')
2727
end
2828
end
29-
end
29+
end

app/controllers/admin/users.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ def find_user
4848
@user = User[params[:id]]
4949
end
5050
end
51-
end
51+
end

app/controllers/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ def notify(text)
4646
def self.include_plugin_views(plugin)
4747
self._template_roots << [File.join(Hooks::get_plugin_by_caller(plugin).path, "views"), :_template_location]
4848
end
49-
end
49+
end

app/controllers/articles.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ def show(id)
2525
#render_then_call(display(@article)) { Hooks::Events.after_show_article_request(@article, request) }
2626
display @article
2727
end
28-
end
28+
end

app/controllers/exceptions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ def not_found
1515
def not_acceptable
1616
render :format => :html
1717
end
18-
end
18+
end

0 commit comments

Comments
 (0)