[libcamera-devel] [PATCH v5 07/14] libcamera: controls: Fix rogue whitespace

Jacopo Mondi jacopo at jmondi.org
Sun Oct 25 17:04:27 CET 2020


Remove an extra whitespace in the declaration of a vocabulary entry in
gen-controls.py script.

Signed-off-by: Jacopo Mondi <jacopo at jmondi.org>
---
 utils/gen-controls.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/gen-controls.py b/utils/gen-controls.py
index 8bdaf4bdf078..12a32eaaeee9 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']),
                 }
-- 
2.28.0



More information about the libcamera-devel mailing list