whitespace

This commit is contained in:
Jeff Williams 2012-09-24 07:55:44 -07:00
parent e2ed15141c
commit b9ed72118c

View File

@ -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;
}