block/meson.build: Restore alphabetical order of files
authorKevin Wolf <kwolf@redhat.com>
Tue, 5 Sep 2023 13:06:06 +0000 (15:06 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 8 Sep 2023 15:03:09 +0000 (17:03 +0200)
commit9e03a5e195a20e7a342bcbf9e49e113e4b4dc23d
treeaca4b0b4de6535819bf2a21c5392f9d350cb59d8
parentc3b29ae6b4e2bf70739e49154f24c8e850b34bf7
block/meson.build: Restore alphabetical order of files

When commit 5e5733e5999 created block/meson.build, the list of
unconditionally added files was in alphabetical order. Later commits
added new files in random places. Reorder the list to be alphabetical
again. (As for ordering foo.c against foo-*.c, there are both ways used
currently; standardise on having foo.c first, even though this is
different from the original commit 5e5733e5999.)

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-ID: <20230905130607.35134-2-kwolf@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/meson.build