No bug - Convert some tabs to spaces. r=me and DONTBUILD

MozReview-Commit-ID: B6rvSKOXEGG
This commit is contained in:
Kartikaya Gupta 2017-12-29 10:09:26 -05:00
parent 8d50dc0b07
commit c167fe8ab4

View File

@ -44,10 +44,10 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=607529
// more than one callbackHappened message before we manage to close it.
// Protect against calling SimpleTest.finish() more than once.
if (!done) {
w.close();
w.close();
window.onmessage = null;
SimpleTest.finish();
done = true;
SimpleTest.finish();
done = true;
}
} else {
var msg = JSON.parse(e.data);