fix tab/spaces

This commit is contained in:
Justin C. Miller
2018-04-10 01:03:52 -07:00
parent eaa9d2ba53
commit 067ff3af89
8 changed files with 62 additions and 64 deletions

View File

@@ -1,8 +1,8 @@
#include "utility.h"
struct error_code_desc {
EFI_STATUS code;
CHAR16 *name;
EFI_STATUS code;
CHAR16 *name;
};
// Based off the gnu-efi table