summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-04 07:19:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-04 07:19:23 +0000
commit413f24d3b01ee6ceaf8b025cf64e05155689fdbe (patch)
tree8745c6ea3b40f5bc6a20630738b774554dda8c19 /time.c
parentab682d95e077b43db7dfd293744aa546888d7e35 (diff)
* whitespace cleanup.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'time.c')
-rw-r--r--time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/time.c b/time.c
index 51c230f6de..3e50c7c0b1 100644
--- a/time.c
+++ b/time.c
@@ -4882,7 +4882,7 @@ time_load(VALUE klass, VALUE str)
* t = Time.new(1993, 02, 24, 12, 0, 0, "+09:00")
*
* Was that a monday?
- *
+ *
* t.monday? #=> false
*
* What year was that again?
@@ -4905,7 +4905,7 @@ time_load(VALUE klass, VALUE str)
*
* t1 = Time.new(2010)
* t2 = Time.new(2011)
- *
+ *
* t1 == t2 #=> false
* t1 == t1 #=> true
* t1 < t2 #=> true