Skip to content

Commit

Permalink
[minor] Whitespace update
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Jan 6, 2012
1 parent a987826 commit 63676ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/forever/monitor.js
Expand Up @@ -316,7 +316,7 @@ Monitor.prototype.stop = function () {
//
Monitor.prototype.kill = function (forceStop) {
var self = this,
child = this.child;
child = this.child;

if (!child || !this.running) {
process.nextTick(function () {
Expand Down

0 comments on commit 63676ed

Please sign in to comment.