From ab47be98a2d4de255079e6c3f64a695ac2238c7d Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Sat, 15 Oct 2022 21:09:35 +0100 Subject: [PATCH] utils: Fix tabs checking --- utils/check-style-clang-format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/check-style-clang-format.py b/utils/check-style-clang-format.py index 1adeff0ad..c943b20e8 100755 --- a/utils/check-style-clang-format.py +++ b/utils/check-style-clang-format.py @@ -309,7 +309,7 @@ def check_style(path: str, print('') if enable_check_tabs: - check_whitespace_successful = check_tabs( + check_tabs_successful = check_tabs( files_to_check_tabs, fix, n_jobs) if check_formatting_successful and \