]> git.ipfire.org Git - thirdparty/systemd.git/commit
boot/efi: Explicitly specify void in parameter list
authorMarco Wang <m.aesophor@gmail.com>
Tue, 6 Oct 2020 17:07:55 +0000 (01:07 +0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 6 Oct 2020 20:29:57 +0000 (22:29 +0200)
commitee85122987decae4f9f3b1dad6f7bc3b08b92526
tree757b56d22fbe5ee302acdb738e5be763f5e513ac
parent2084f8454a79e4dbafbbc9f20945fcd9f0bee113
boot/efi: Explicitly specify void in parameter list

Functions that accept no arguments should be
explicitly declared a void parameter in their parameter list.

Signed-off-by: Marco Wang <m.aesophor@gmail.com>
src/boot/efi/measure.c