summaryrefslogtreecommitdiff
path: root/lib/rdoc/usage.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/usage.rb')
-rw-r--r--lib/rdoc/usage.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/rdoc/usage.rb b/lib/rdoc/usage.rb
index def516b3d7..b11abda8e3 100644
--- a/lib/rdoc/usage.rb
+++ b/lib/rdoc/usage.rb
@@ -48,12 +48,12 @@
#
# # Display information in the Author and Copyright
# # sections, then exit 0.
-#
+#
# RDoc::usage('Author', 'Copyright')
#
# # Display information in the Author and Copyright
# # sections, but don't exit
-#
+#
# RDoc::usage_no_exit('Author', 'Copyright')
#
# = Author
@@ -105,7 +105,7 @@ module RDoc
markup = SM::SimpleMarkup.new
flow_convertor = SM::ToFlow.new
-
+
flow = markup.convert(comment, flow_convertor)
format = "plain"