From bebacdc00cb135d2d1db06c11c554a62c1e0d144 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 4 Jul 2020 13:27:06 +0200 Subject: Cleanup: Use spaces for code snippet indentation Fixes flake8 warnings W191 and E101. --- extras/autowaf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extras/autowaf.py') diff --git a/extras/autowaf.py b/extras/autowaf.py index 9ef2227..3934006 100644 --- a/extras/autowaf.py +++ b/extras/autowaf.py @@ -175,9 +175,9 @@ def check_function(conf, lang, name, **args): typedef %s (*Func)(%s); int main(void) { - static const Func ptr = %s; + static const Func ptr = %s; (void)ptr; - return 0; + return 0; } ''' % (includes, return_type, arg_types, name) -- cgit v1.2.1