libcamera/src/v4l2
Laurent Pinchart db27029ce4 meson: Fix coding style when declaring arrays
The meson.build files mix array declarations with and without a space
after the opening and before the closing square bracket. The vast
majority of cases don't use spaces, so standardize on that.

While it it, fix indentation in a few places.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2021-02-11 18:20:22 +02:00
..
meson.build meson: Fix coding style when declaring arrays 2021-02-11 18:20:22 +02:00
v4l2_camera.cpp v4l2: Omit extra semicolons 2020-10-20 13:15:46 +03:00
v4l2_camera.h v4l2: camera: Prevent shadowing within V4L2Camera::Buffer 2020-10-21 17:18:48 +01:00
v4l2_camera_file.cpp v4l2: V4L2CameraProxy: Take V4L2CameraFile as argument for intercepted calls 2020-06-25 23:41:19 +09:00
v4l2_camera_file.h v4l2: v4l2_camera_file: Add V4L2CameraFile to model the opened camera file 2020-06-25 23:41:15 +09:00
v4l2_camera_proxy.cpp v4l2: camera: Prevent shadowing within V4L2Camera::Buffer 2020-10-21 17:18:48 +01:00
v4l2_camera_proxy.h v4l2: camera_proxy: Store v4l2_pix_format instead of v4l2_format 2020-08-25 20:24:21 +03:00
v4l2_compat.cpp v4l2: v4l2_compat: Intercept open64, openat64, and mmap64 2020-06-19 20:21:00 +09:00
v4l2_compat_manager.cpp v4l2: V4L2CameraProxy: Take V4L2CameraFile as argument for intercepted calls 2020-06-25 23:41:19 +09:00
v4l2_compat_manager.h v4l2: V4L2CameraProxy: Take V4L2CameraFile as argument for intercepted calls 2020-06-25 23:41:19 +09:00