Make list indentation consistent in Meson file.

This commit is contained in:
benjamin-tlon 2018-11-14 09:30:26 -08:00 committed by GitHub
parent c9e22d9305
commit 10a7060091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -227,7 +227,8 @@ jets_all_src = [
jets_z_src, jets_z_ut_src,
jets_g_src, jets_src]
noun_src = ['noun/allocate.c',
noun_src = [
'noun/allocate.c',
'noun/events.c',
'noun/hashtable.c',
'noun/imprison.c',
@ -240,7 +241,8 @@ noun_src = ['noun/allocate.c',
'noun/xtract.c',
'noun/zave.c']
vere_src = ['vere/ames.c',
vere_src = [
'vere/ames.c',
'vere/behn.c',
'vere/cttp.c',
'vere/http.c',
@ -372,7 +374,8 @@ dependencies: [openssl_dep,
libsni_dep] + os_deps,
install: true)
vere_sans_main = ['vere/ames.c',
vere_sans_main = [
'vere/ames.c',
'vere/behn.c',
'vere/cttp.c',
'vere/http.c',