diff --git a/bin/recog_cleanup b/bin/recog_cleanup index 234ac978..4fa03620 100755 --- a/bin/recog_cleanup +++ b/bin/recog_cleanup @@ -9,7 +9,7 @@ Dir["#{File.expand_path(File.join(File.dirname(__FILE__), '..', 'xml'))}/*.xml"] data = File.read(f) .gsub(/\s+$/, '') # Trailing whitespace and empty lines .gsub('', "\n") # Every fingerprint should have an empty line after it - .gsub('-->', "-->\n") # Every comment should have an empty line after it + .gsub('-->', "-->\n") # Every comment should have an empty line after it File.write(f, data) end