]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
efi_selftest: reformat code
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 18 Oct 2017 16:13:10 +0000 (18:13 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 1 Dec 2017 12:22:55 +0000 (13:22 +0100)
Remove superfluous spaces.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/efi_selftest.c

index 45d8d3d384c1814ea7e5fdff88c8994b51e3f9e7..c2c339a7beba03a28cb91497a17a5bb5ce4d4247 100644 (file)
@@ -25,8 +25,8 @@ static u16 reset_message[] = L"Selftest completed";
  */
 void efi_st_exit_boot_services(void)
 {
-       unsigned long  map_size = 0;
-       unsigned long  map_key;
+       unsigned long map_size = 0;
+       unsigned long map_key;
        unsigned long desc_size;
        u32 desc_version;
        efi_status_t ret;