From 57fbb627cadb356bc335274d203c21c71d022b5d Mon Sep 17 00:00:00 2001 From: isaacs Date: Sun, 11 Apr 2010 13:46:24 -0700 Subject: trailing whitespace fixes --- lib/sys.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/sys.js') diff --git a/lib/sys.js b/lib/sys.js index d4e601450b..7bf582d88d 100644 --- a/lib/sys.js +++ b/lib/sys.js @@ -83,7 +83,7 @@ exports.inspect = function (obj, showHidden, depth) { } else { base = ""; } - + // Make dates with properties first say the date if (value instanceof Date) { base = ' ' + value.toUTCString(); @@ -160,7 +160,7 @@ exports.inspect = function (obj, showHidden, depth) { return name + ": " + str; }); - + var numLinesEst = 0; var length = output.reduce(function(prev, cur) { numLinesEst++; -- cgit v1.2.3