On 01.09.2017 20:03, Eric Blake wrote: > As a general rule, we prefer avoiding implicit global state > because it makes code harder to safely copy and paste without > thinking about the global state. Adjust the helper code to > use explicit state instead, and update all callers. > > Fix some trailing whitespace while touching the file. > > Signed-off-by: Eric Blake <ebl...@redhat.com> > --- > tests/boot-sector.h | 6 ++++-- > tests/bios-tables-test.c | 2 +- > tests/boot-sector.c | 8 ++++---- > tests/pxe-test.c | 2 +- > tests/vmgenid-test.c | 2 +- > 5 files changed, 11 insertions(+), 9 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>