From 4427ec884bf38dd94256a59260613e1dff3e984a Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 21 Mar 2009 00:36:36 -0400 Subject: [PATCH] Silly whitespace changes. --- src/websites/howcast.rb | 1 + src/websites/redtube.rb | 1 + src/websites/yikers.rb | 1 + 3 files changed, 3 insertions(+) diff --git a/src/websites/howcast.rb b/src/websites/howcast.rb index 5cf490e..c8dfcd3 100644 --- a/src/websites/howcast.rb +++ b/src/websites/howcast.rb @@ -45,5 +45,6 @@ class Howcast < Website return "http://media.howcast.com/system/videos/#{video_id}/#{video_id}.flv" end + end diff --git a/src/websites/redtube.rb b/src/websites/redtube.rb index 4a34bbc..39ca901 100644 --- a/src/websites/redtube.rb +++ b/src/websites/redtube.rb @@ -132,4 +132,5 @@ class Redtube < Website return file_name end + end diff --git a/src/websites/yikers.rb b/src/websites/yikers.rb index b602f3a..c1153ee 100644 --- a/src/websites/yikers.rb +++ b/src/websites/yikers.rb @@ -97,5 +97,6 @@ class Yikers < Website return response.body end + end -- 2.43.2