summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--lib/debug.rb2
-rw-r--r--lib/net/imap.rb4
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 91fbacaf8f..120d6a91b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 19 06:36:11 2011 Eric Hodel <drbrain@segment7.net>
+
+ * lib/net/imap.rb: Fix indentation of EOF for heredoc.
+ * lib/debug.rb (Commands): Fix indentation of EOHELP for heredoc.
+
Thu May 19 06:30:38 2011 Eric Hodel <drbrain@segment7.net>
* lib/mkmf.rb: Fix indentation of EOM for heredoc.
diff --git a/lib/debug.rb b/lib/debug.rb
index de0155440e..48b28217a2 100644
--- a/lib/debug.rb
+++ b/lib/debug.rb
@@ -548,7 +548,7 @@ Commands
p expression evaluate expression and print its value
h[elp] print this help
<everything else> evaluate
- EOHELP
+EOHELP
end
def display_expressions(binding)
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