]> git.ozlabs.org Git - ccan/commit
configurator: Clarify empty if
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 26 Jan 2016 11:28:41 +0000 (22:28 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 26 Jan 2016 11:28:41 +0000 (22:28 +1100)
commit434fcf81cb19472a05d58a35333d4f9d68ea52b9
tree2dc9617d38c2a46648cfab4c8597fb23eb72c9e6
parent253b174c39e4ba75694f6bdd8c271049383e864d
configurator: Clarify empty if

configurator.c contains an if with an empty statement on the same line as
the condition.  This is very easy to misread, and also causes a warning
from clang, so move the ; onto the next line.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
tools/configurator/configurator.c