From 10a706009120f3c48f36af5190253dd78531f776 Mon Sep 17 00:00:00 2001 From: benjamin-tlon <42358674+benjamin-tlon@users.noreply.github.com> Date: Wed, 14 Nov 2018 09:30:26 -0800 Subject: [PATCH] Make list indentation consistent in Meson file. --- meson.build | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 566798b880..ae1ac487bd 100644 --- a/meson.build +++ b/meson.build @@ -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',