From 611c92ef1db2efa5c2f548c8ae3aa4072bbe67a8 Mon Sep 17 00:00:00 2001 From: jnozsc Date: Thu, 27 Feb 2020 11:46:42 -0800 Subject: *.py: cosmetic changes --- waftools/dependencies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'waftools/dependencies.py') diff --git a/waftools/dependencies.py b/waftools/dependencies.py index 3cef6a3562..62e0c22b29 100644 --- a/waftools/dependencies.py +++ b/waftools/dependencies.py @@ -220,5 +220,5 @@ def dependencies_use(ctx): BuildContext.filtered_sources = filtered_sources BuildContext.pick_first_matching_dep = pick_first_matching_dep BuildContext.dependencies_use = dependencies_use -BuildContext.dependencies_includes = env_fetch(lambda x: "INCLUDES_{0}".format(x)) +BuildContext.dependencies_includes = env_fetch(lambda x: "INCLUDES_{0}".format(x)) BuildContext.dependency_satisfied = dependency_satisfied -- cgit v1.2.3