diff options
author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-05-18 21:41:01 +0000 |
---|---|---|
committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-05-18 21:41:01 +0000 |
commit | f535b33f8d7b1b46e6f94b836adca0bb89059cba (patch) | |
tree | d39799ef79e7aff75a4a071d122e4de4513e561d /lib/net/imap.rb | |
parent | 8d906115636940fb3e71d610c8bb90bd826988b9 (diff) | |
download | ruby-f535b33f8d7b1b46e6f94b836adca0bb89059cba.tar.gz |
* lib/net/imap.rb: Fix indentation of EOF for heredoc.
* lib/debug.rb (Commands): Fix indentation of EOHELP for heredoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net/imap.rb')
-rw-r--r-- | lib/net/imap.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/imap.rb b/lib/net/imap.rb index cb3c22e0bc..1f32f1b97d 100644 --- a/lib/net/imap.rb +++ b/lib/net/imap.rb @@ -3514,7 +3514,7 @@ usage: #{$0} [options] <host> --auth=AUTH specifies auth type --starttls use starttls --ssl use ssl - EOF +EOF end begin @@ -3649,7 +3649,7 @@ summary display summary fetch [msgno] display message logout logout help, ? display help message - EOF +EOF else print "unknown command: ", cmd, "\n" end |