cleaned whitespace

This commit is contained in:
Collin Anderson 2015-02-02 10:12:52 -05:00
parent 76a24d8a5b
commit 54e984c763
89 changed files with 56 additions and 126 deletions

View file

@ -431,4 +431,3 @@ function writeToFile(aBytes, aFilePath) {
bos.writeByteArray(aBytes, aBytes.length);
stream.close();
}