Fix meson.build codestyle

This commit is contained in:
Romain Vimont 2019-12-09 23:00:33 +01:00
parent 81a8e503e5
commit ad92a192b5

View file

@ -156,18 +156,18 @@ tests = [
['test_control_event_serialize', [ ['test_control_event_serialize', [
'tests/test_control_msg_serialize.c', 'tests/test_control_msg_serialize.c',
'src/control_msg.c', 'src/control_msg.c',
'src/util/str_util.c' 'src/util/str_util.c',
]], ]],
['test_device_event_deserialize', [ ['test_device_event_deserialize', [
'tests/test_device_msg_deserialize.c', 'tests/test_device_msg_deserialize.c',
'src/device_msg.c' 'src/device_msg.c',
]], ]],
['test_queue', [ ['test_queue', [
'tests/test_queue.c', 'tests/test_queue.c',
]], ]],
['test_strutil', [ ['test_strutil', [
'tests/test_strutil.c', 'tests/test_strutil.c',
'src/util/str_util.c' 'src/util/str_util.c',
]], ]],
] ]