Style nits.

This commit is contained in:
Brendan Dahl 2011-12-12 09:26:24 -08:00
parent 0d370fd206
commit 176452c988
5 changed files with 6 additions and 6 deletions

View file

@ -647,7 +647,7 @@ var PDFDoc = (function PDFDocClosure() {
buf[j + 1] = data[i + 1];
buf[j + 2] = data[i + 2];
}
} else if(components == 1) {
} else if (components == 1) {
for (var i = 0, j = 0; i < rgbaLength; i += 4, j++) {
buf[j] = data[i];
}