Skip to content

Commit

Permalink
tabs replaced to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
vladtsf committed Dec 7, 2011
1 parent a34e90a commit b5c1f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dox.js
Expand Up @@ -41,8 +41,8 @@ exports.parseComments = function(js){
if (buf.trim().length) {
comment = comments[comments.length - 1];
if(comment) {
comment.code = code = buf.trim();
comment.ctx = exports.parseCodeContext(code);
comment.code = code = buf.trim();
comment.ctx = exports.parseCodeContext(code);
}
buf = '';
}
Expand Down

0 comments on commit b5c1f59

Please sign in to comment.