Skip to content
Snippets Groups Projects
Commit 53571a5d authored by Campbell Barton's avatar Campbell Barton
Browse files

Fix for typo

parent e3fdf855
Branches
Tags
No related merge requests found
......@@ -825,7 +825,7 @@ def quick_check_indentation(lines):
skip = True
if ls[0:2] == "//":
skip = true
skip = True
# label:
elif (':' in ls and l[0] != '\t'):
skip = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment