diff --git a/tools/check-format.py b/tools/check-format.py index e7a7c0cf..7b489558 100755 --- a/tools/check-format.py +++ b/tools/check-format.py @@ -269,7 +269,7 @@ def common_string_finder(c, path): if "//" in line: continue - matches = re.findall(r'"(.+?)"', line) + matches = re.findall(r'"(.*?)"', line) for match in matches: if len(match) < 2: