Skip to content

Commit

Permalink
more whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bkw committed Oct 16, 2012
1 parent cb2a979 commit 8449b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Reader.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Reader.prototype.write = function(newBuffer) {
// add the new bytes at the end
newBuffer.copy(this._buffer, this._buffer.length - newBuffer.length);
if (this._compact) {
this.compact();
this.compact();
}
} else {
var oldBuffer = this._buffer;
Expand Down

0 comments on commit 8449b58

Please sign in to comment.