From b9ed72118cde878094d2380008b0c16dc217cae3 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Mon, 24 Sep 2012 07:55:44 -0700 Subject: [PATCH] whitespace --- jsdoc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsdoc.js b/jsdoc.js index ffaa26a6..0b044379 100644 --- a/jsdoc.js +++ b/jsdoc.js @@ -246,7 +246,7 @@ function main() { if ( noSuchPath(result) ) { // next, try resolving it relative to the JSDoc directory result = path.resolve(env.dirname, template); - if ( noSuchPath(result) ) { + if ( noSuchPath(result) ) { // restore the original value so the user gets a reasonable error message result = template; }