Bug 681840 - Fix whitespace that should have been right in 62177ac1ccad. r=philikon DONTBUILD

This commit is contained in:
Richard Newman 2011-08-26 15:31:19 -07:00
parent cb8ed04e8d
commit d3767192ab

View File

@ -4,7 +4,7 @@
function new_timestamp() {
return Math.round(Date.now() / 10) / 100;
}
function httpd_setup (handlers) {
let server = new nsHttpServer();
let port = 8080;
@ -21,7 +21,7 @@ function httpd_setup (handlers) {
_("==========================================");
do_throw(ex);
}
return server;
}