Skip to content

Commit

Permalink
tabs -> spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
fictorial committed May 1, 2010
1 parent 80d3a6a commit 7138e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/redis-client.js
Expand Up @@ -742,8 +742,8 @@ Client.prototype.sendCommand = function () {

if (this.stream.writable) {
this.originalCommands.push(originalCommand);
var outBuffer = new Buffer(offset);
this.requestBuffer.copy(outBuffer, 0, 0, offset);
var outBuffer = new Buffer(offset);
this.requestBuffer.copy(outBuffer, 0, 0, offset);
this.stream.write(outBuffer, 'binary');

if (exports.debugMode)
Expand Down

0 comments on commit 7138e80

Please sign in to comment.