summaryrefslogtreecommitdiff
path: root/check-style.py
diff options
context:
space:
mode:
Diffstat (limited to 'check-style.py')
-rwxr-xr-xcheck-style.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-style.py b/check-style.py
index a4cf85612..4b59f83ae 100755
--- a/check-style.py
+++ b/check-style.py
@@ -46,7 +46,7 @@ def reformat_chunks(chunks, rewrite):
tmp.write(bytes(line, 'utf-8'))
- if i == end - 1:
+ if i == end - 2:
tmp.write(b'/** *INDENT-OFF* **/\n')
tmp.seek(0)