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 <laurent.pinchart@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
parent
ef7a07dd8a
commit
634fd30b39
1 changed files with 1 additions and 1 deletions
|
@ -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']),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue