summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/xml.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-10-19 17:34:39 +0000
committermurphy <murphy@rubychan.de>2009-10-19 17:34:39 +0000
commit9eba0c7decb383e3ef73a3fee375e725442cde56 (patch)
tree0e88e051c045bb2a7c5db6020024d8c47466676f /lib/coderay/scanners/xml.rb
parenteada01e24c1402c6e390579d60ca174f15e74f6b (diff)
downloadcoderay-9eba0c7decb383e3ef73a3fee375e725442cde56.tar.gz
Updating scanners: Ruby 1.9 warnings, KINDS_NOT_LOC
* Also, DATABASE is a SQL keyword.
Diffstat (limited to 'lib/coderay/scanners/xml.rb')
-rw-r--r--lib/coderay/scanners/xml.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/scanners/xml.rb b/lib/coderay/scanners/xml.rb
index 0c7eab4..aeabeca 100644
--- a/lib/coderay/scanners/xml.rb
+++ b/lib/coderay/scanners/xml.rb
@@ -10,7 +10,7 @@ module Scanners
register_for :xml
file_extension 'xml'
-
+
end
end