mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
fix tab/spaces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user