Skip to content

Commit 6ed59c6

Browse files
committed
build: sort install_headers alphabetically
Sort the install_headers list alphabetically to match the convention. Signed-off-by: Daniel Wagner <[email protected]>
1 parent d62b077 commit 6ed59c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libnvme/src/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,17 @@ install_headers(
9696
)
9797
install_headers(
9898
[
99+
'nvme/cmds.h',
99100
'nvme/fabrics.h',
100101
'nvme/filters.h',
101102
'nvme/ioctl.h',
102103
'nvme/linux.h',
103-
'nvme/cmds.h',
104104
'nvme/log.h',
105+
'nvme/mi.h',
105106
'nvme/nbft.h',
106107
'nvme/tree.h',
107108
'nvme/types.h',
108109
'nvme/util.h',
109-
'nvme/mi.h',
110110
],
111111
subdir: 'nvme',
112112
install_mode: mode,

0 commit comments

Comments
 (0)