Grand whitespace cleanup.

This commit is contained in:
Jon Frisby 2013-02-21 21:53:04 -08:00
parent 72579fe9cf
commit ffa9118e9c
16 changed files with 21 additions and 28 deletions

1
.powrc
View File

@ -2,4 +2,3 @@ if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".rvmrc" ] ; then
source "$rvm_path/scripts/rvm"
source ".rvmrc"
fi

View File

@ -5,4 +5,3 @@ gem "rake", "~> 10.0"
group :test do
gem "rspec"
end

View File

@ -15,4 +15,3 @@ ARGV.delete_if do |arg|
end
IRB.start

View File

@ -119,4 +119,3 @@ module OctopressLiquidFilters
end
Liquid::Template.register_filter OctopressLiquidFilters

View File

@ -118,4 +118,3 @@ module Jekyll
end
end

View File

@ -309,4 +309,3 @@ module Jekyll
end
end
end

View File

@ -53,4 +53,3 @@ module Jekyll
end
Liquid::Template.register_tag('video', Jekyll::VideoTag)