mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-12 23:09:45 +03:00
meson: Fix space around colon issues
The meson style, which libcamera follows, recommends a space before colons in function parameters. Fix the style violations through the project. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
This commit is contained in:
parent
adb1bbb748
commit
ca437b4a0c
12 changed files with 26 additions and 26 deletions
|
@ -37,4 +37,4 @@ libcamera_base_headers = [
|
|||
]
|
||||
|
||||
install_headers(libcamera_base_public_headers,
|
||||
subdir: libcamera_base_include_dir)
|
||||
subdir : libcamera_base_include_dir)
|
||||
|
|
|
@ -4,9 +4,9 @@ subdir('tracepoints')
|
|||
|
||||
libcamera_tracepoint_header = custom_target(
|
||||
'tp_header',
|
||||
input: ['tracepoints.h.in', tracepoint_files],
|
||||
output: 'tracepoints.h',
|
||||
command: [gen_tracepoints_header, include_build_dir, '@OUTPUT@', '@INPUT@'],
|
||||
input : ['tracepoints.h.in', tracepoint_files],
|
||||
output : 'tracepoints.h',
|
||||
command : [gen_tracepoints_header, include_build_dir, '@OUTPUT@', '@INPUT@'],
|
||||
)
|
||||
|
||||
libcamera_internal_headers = files([
|
||||
|
|
|
@ -9,7 +9,7 @@ libcamera_ipa_headers = files([
|
|||
])
|
||||
|
||||
install_headers(libcamera_ipa_headers,
|
||||
subdir: libcamera_ipa_include_dir)
|
||||
subdir : libcamera_ipa_include_dir)
|
||||
|
||||
libcamera_generated_ipa_headers = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue