summaryrefslogtreecommitdiff
path: root/lib/rdoc/markdown/literals_1_9.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/markdown/literals_1_9.rb')
-rw-r--r--lib/rdoc/markdown/literals_1_9.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/markdown/literals_1_9.rb b/lib/rdoc/markdown/literals_1_9.rb
index 3d1cf02e55..6782eb7910 100644
--- a/lib/rdoc/markdown/literals_1_9.rb
+++ b/lib/rdoc/markdown/literals_1_9.rb
@@ -37,7 +37,7 @@ class RDoc::Markdown::Literals
attr_reader :failing_rule_offset
attr_accessor :result, :pos
-
+
def current_column(target=pos)
if c = string.rindex("\n", target-1)
return target - c - 1