r9660 - helma-ng/trunk/modules
[email protected] Wed, 22 Apr 2009 22:30:46 +0200 (CEST)
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <20090422203046.D1C753D0D6@mia> |
Author: hannes
Date: 2009-04-22 22:30:46 +0200 (Wed, 22 Apr 2009)
New Revision: 9660
Modified:
helma-ng/trunk/modules/io.js
Log:
fix tab indentation
Details at http://dev.helma.org/trac/helma/changeset/9660
Modified: helma-ng/trunk/modules/io.js
===================================================================
--- helma-ng/trunk/modules/io.js 2009-04-22 20:30:45 UTC (rev 9659)
+++ helma-ng/trunk/modules/io.js 2009-04-22 20:30:46 UTC (rev 9660)
@@ -32,7 +32,7 @@
bytes.write(buffer, index, read);
index = 0;
} else {
- index += read;
+ index += read;
if (index === buffer.length && readAll) {
bytes = new java.io.ByteArrayOutputStream(length * 2);
bytes.write(buffer, 0, length);