Skip to content

Commit c4589e0

Browse files
meson: reformat with meson formatter
Apply the `meson format` results. Change-Id: I6b322381863e65b8b05471f334566cb68b74ed14 Signed-off-by: Patrick Williams <[email protected]>
1 parent e78035e commit c4589e0

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

meson.options

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
1-
option('abi', type: 'array', description: 'Constrain exposed symbol classes', choices: ['deprecated', 'stable', 'testing'], value: ['deprecated', 'stable', 'testing'])
2-
option('abi-compliance-check', type: 'boolean', description: 'Detect public ABI/API changes')
3-
option('oem', type: 'array', description: 'Enable OEM PLDM extensions', choices: ['ibm', 'meta'], value: ['ibm', 'meta'])
1+
option(
2+
'abi',
3+
type: 'array',
4+
description: 'Constrain exposed symbol classes',
5+
choices: ['deprecated', 'stable', 'testing'],
6+
value: ['deprecated', 'stable', 'testing'],
7+
)
8+
option(
9+
'abi-compliance-check',
10+
type: 'boolean',
11+
description: 'Detect public ABI/API changes',
12+
)
13+
option(
14+
'oem',
15+
type: 'array',
16+
description: 'Enable OEM PLDM extensions',
17+
choices: ['ibm', 'meta'],
18+
value: ['ibm', 'meta'],
19+
)
420
option('tests', type: 'boolean', description: 'Build tests')
5-
option('transport', type: 'boolean', description: 'Enable transport implementation')
21+
option(
22+
'transport',
23+
type: 'boolean',
24+
description: 'Enable transport implementation',
25+
)

0 commit comments

Comments
 (0)