[PATCH] meson: tools: depend on keycode generated sources

Andrea Bolognani abologna at redhat.com
Fri Mar 5 09:49:57 UTC 2021


On Thu, 2021-03-04 at 17:47 +0100, Ján Tomko wrote:
> On a Wednesday in 2021, Roman Bogorodskiy wrote:
> > +keycode_dep = declare_dependency(sources: keycode_gen_sources)
> 
> Please format this as:
> 
> keycode_dep = declare_dependency(
>    sources: keycode_gen_sources
> )
> 
> to match the prevailing style.

Small correction: it should be

  keycode_dep = declare_dependency(
    sources: keycode_gen_sources,
  )

Note the additional comma, which allows us to have cleaner diffs when
making further changes, and the indentation being only two spaces
instead of three.

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list