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 "$rvm_path/scripts/rvm"
source ".rvmrc" source ".rvmrc"
fi fi

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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