From 538c2086a58047d41cbb4e3eb3661bcef86e3601 Mon Sep 17 00:00:00 2001 From: scribu Date: Sun, 10 Feb 2013 04:49:27 +0200 Subject: [PATCH] whitespace fixes --- lib/jekyll/site.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/jekyll/site.rb b/lib/jekyll/site.rb index ae9c9d30..1f9bd565 100644 --- a/lib/jekyll/site.rb +++ b/lib/jekyll/site.rb @@ -5,8 +5,8 @@ module Jekyll class Site attr_accessor :config, :layouts, :posts, :pages, :static_files, :categories, :exclude, :include, :source, :dest, :lsi, :pygments, - :permalink_style, :tags, :time, :future, :safe, :plugins, :limit_posts, :show_drafts, - :keep_files + :permalink_style, :tags, :time, :future, :safe, :plugins, :limit_posts, + :show_drafts, :keep_files attr_accessor :converters, :generators @@ -173,7 +173,7 @@ module Jekyll # Read all the files in //_posts and create a new Post # object with each one. # - # dir - The String relative path of the directory to read. + # dir - The String relative path of the directory to read. # # Returns nothing. def read_posts(dir) @@ -198,7 +198,7 @@ module Jekyll # Read all the files in //_drafts and create a new Post # object with each one. # - # dir - The String relative path of the directory to read. + # dir - The String relative path of the directory to read. # # Returns nothing. def read_drafts(dir)