Skip to content

Commit

Permalink
Comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Mathew authored and Jay Mathew committed May 23, 2014
1 parent 1346192 commit 6c51375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExtractCallStack.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def run(self, edit):
prevNestLevel = nestLevel
nestLevel = int(match.group(2)) - lowestNestValue

# Always ensure that the next nest level is always only indented by 1 tab, and not more
# Always ensure that the next nest level is only indented by 1 tab, and not more
if (nestLevel - prevNestLevel) > 1:
nestLevel = prevNestLevel + 1

Expand Down

0 comments on commit 6c51375

Please sign in to comment.