summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/find-german-comments2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/find-german-comments b/bin/find-german-comments
index 7c5f718bd1f1..155d9d635f51 100755
--- a/bin/find-german-comments
+++ b/bin/find-german-comments
@@ -155,7 +155,7 @@ class Parser:
def tab_calc (string):
START = 40 #Default of 10 tabs
if len(string) >= START:
- return 1, 0
+ return 1
diff = START - len(string)
if diff % 4 is not 0:
padding = 1