"Richard W.M. Jones" <rjones@xxxxxxxxxx> wrote: > This patch is an evolution of the previous patch for implementing DHCP ... > + if (maxmappings == 0) return 0; ... > + if (col == 0) hwaddr = token; ... > + if (!(*hwaddrs)[lines]) goto mem_error; Hi Rich, Is there a libvirt style convention that says whether a one-line if-block is written all on one line? I find it slightly easier to spot the conditional at a glance when the statement is on a separate line, but can certainly adapt to a different style. -- Libvir-list mailing list Libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list