Merge 0.7->0.8
[prosody.git] / tests / test.lua
index bb9bc876b517bbdab195b880b5d5aecba9defa11..ae5b24f03cb6b17e8d761ef16313b3dd5ac83dda 100644 (file)
@@ -217,7 +217,7 @@ function new_line_coverage_monitor(file)
                        for line, active in pairs(lines_hit) do
                                if active ~= nil then total_active_lines = total_active_lines + 1; end
                                if coverage_file then
-                                       if active == false then coverage_file:write(fn, "|", line, "|", name or "", "|miss\n"); 
+                                       if active == false then coverage_file:write(fn, "|", line, "|", name or "", "|miss\n");
                                        else coverage_file:write(fn, "|", line, "|", name or "", "|", tostring(success), "\n"); end
                                end
                        end