From fa8b580bfcf1082ac671acde60c4205681dec1dd Mon Sep 17 00:00:00 2001 From: murphy Date: Sun, 21 Nov 2010 09:29:49 +0000 Subject: Code cleanup. --- lib/coderay/scanners/_map.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/coderay/scanners') diff --git a/lib/coderay/scanners/_map.rb b/lib/coderay/scanners/_map.rb index 53eaf7b..517e388 100644 --- a/lib/coderay/scanners/_map.rb +++ b/lib/coderay/scanners/_map.rb @@ -1,6 +1,6 @@ module CodeRay module Scanners - + map \ :cplusplus => :cpp, :'c++' => :cpp, @@ -15,8 +15,8 @@ module Scanners :plain => :plaintext, :xhtml => :html, :yml => :yaml - + default :plain - + end end -- cgit v1.2.1