Skip to content

Commit ad8252a

Browse files
Fixing presubmit.
Review URL: http://codereview.chromium.org/7910001 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@9303 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
1 parent a5b969d commit ad8252a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/logreader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ LogReader.prototype.dispatchLogRow_ = function(fields) {
135135
// Obtain the dispatch.
136136
var command = fields[0];
137137
if (!(command in this.dispatchTable_)) return;
138-
138+
139139
var dispatch = this.dispatchTable_[command];
140140

141141
if (dispatch === null || this.skipDispatch(dispatch)) {

0 commit comments

Comments
 (0)