summaryrefslogtreecommitdiff
path: root/lib/coderay/simple_scanner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/simple_scanner.rb')
-rw-r--r--lib/coderay/simple_scanner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/simple_scanner.rb b/lib/coderay/simple_scanner.rb
index 96a0e51..2ad5fe3 100644
--- a/lib/coderay/simple_scanner.rb
+++ b/lib/coderay/simple_scanner.rb
@@ -15,7 +15,7 @@ module CodeRay
class_eval <<-RUBY
def scan_tokens encoder, options
-#{ scan_tokens_code.chomp.gsub(/^/, ' ' * 2) }
+#{ scan_tokens_code.chomp.gsub(/^/, ' ') }
end
RUBY
end