Index: tools/logreader.js |
diff --git a/tools/logreader.js b/tools/logreader.js |
index d057f2aacb391006f5ba02ec5cf6b50f6d55ec87..a8141da21bf75c8fc3c9983ef67c20f4591de82d 100644 |
--- a/tools/logreader.js |
+++ b/tools/logreader.js |
@@ -135,7 +135,7 @@ LogReader.prototype.dispatchLogRow_ = function(fields) { |
// Obtain the dispatch. |
var command = fields[0]; |
if (!(command in this.dispatchTable_)) return; |
- |
+ |
var dispatch = this.dispatchTable_[command]; |
if (dispatch === null || this.skipDispatch(dispatch)) { |