Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinTulloss committed Apr 12, 2011
1 parent 977ccd2 commit 947e40f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zeromq.js
Expand Up @@ -113,10 +113,10 @@ Socket.prototype.bindSync = function(addr) {
var self = this;
self._watcher.stop();
try {
self._zmq.bindSync(addr);
self._zmq.bindSync(addr);
} catch (e) {
self._watcher.start();
throw e;
self._watcher.start();
throw e;
}
self._watcher.start();
};
Expand Down

0 comments on commit 947e40f

Please sign in to comment.