From 634fd30b39236d31b94641c66e22b99d2e5c2995 Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Sun, 25 Oct 2020 16:38:41 +0100 Subject: libcamera: controls: Fix rogue whitespace Remove an extra whitespace in the declaration of a dictionary entry in gen-controls.py script. Reviewed-by: Laurent Pinchart Signed-off-by: Jacopo Mondi --- utils/gen-controls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/gen-controls.py') diff --git a/utils/gen-controls.py b/utils/gen-controls.py index 8bdaf4bd..12a32eaa 100755 --- a/utils/gen-controls.py +++ b/utils/gen-controls.py @@ -77,7 +77,7 @@ ${description} num_entries = 0 for entry in enum: value_info = { - 'name' : name, + 'name': name, 'value': entry['name'], 'description': format_description(entry['description']), } -- cgit v1.2.1