mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 02:22:09 +08:00
cameras_qcom2.cc: add a missing newline (#21956)
old-commit-hash: 74ecbbed638c390beb50d3c932779492a5f0af97
This commit is contained in:
@@ -63,7 +63,8 @@ int cam_control(int fd, int op_code, void *handle, int size) {
|
||||
struct cam_control camcontrol = {0};
|
||||
camcontrol.op_code = op_code;
|
||||
camcontrol.handle = (uint64_t)handle;
|
||||
if (size == 0) { camcontrol.size = 8;
|
||||
if (size == 0) {
|
||||
camcontrol.size = 8;
|
||||
camcontrol.handle_type = CAM_HANDLE_MEM_HANDLE;
|
||||
} else {
|
||||
camcontrol.size = size;
|
||||
|
||||
Reference in New Issue
Block a user