py: Fix code formatting
Fix code formatting. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
f513fd70ba
commit
a1f0556a46
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ PYBIND11_MODULE(_libcamera, m)
|
|||
|
||||
ControlList controlList(self.controls());
|
||||
|
||||
for (const auto& [id, obj]: controls) {
|
||||
for (const auto &[id, obj] : controls) {
|
||||
auto val = pyToControlValue(obj, id->type());
|
||||
controlList.set(id->id(), val);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue