Skip to content

Commit 0d12108

Browse files
[libc] fix uefi code formatting
1 parent 332c399 commit 0d12108

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

libc/include/llvm-libc-types/EFI_DEVICE_PATH_PROTOCOL.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@
1212
#include "../llvm-libc-macros/stdint-macros.h"
1313

1414
#define EFI_DEVICE_PATH_PROTOCOL_GUID \
15-
{ \
16-
0x09576e91, 0x6d3f, 0x11d2, { \
17-
0x8e, 0x39, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b \
18-
} \
19-
}
15+
{0x09576e91, 0x6d3f, 0x11d2, {0x8e, 0x39, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b}}
2016

2117
typedef struct _EFI_DEVICE_PATH_PROTOCOL {
2218
uint8_t Type;

libc/include/llvm-libc-types/EFI_SIMPLE_TEXT_INPUT_PROTOCOL.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
#include "char16_t.h"
1717

1818
#define EFI_SIMPLE_TEXT_INPUT_PROTOCOL_GUID \
19-
{ \
20-
0x387477c1, 0x69c7, 0x11d2, { \
21-
0x8e, 0x39, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b \
22-
} \
23-
}
19+
{0x387477c1, 0x69c7, 0x11d2, {0x8e, 0x39, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b}}
2420

2521
typedef struct {
2622
uint16_t ScanCode;

libc/include/llvm-libc-types/EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414
#include "size_t.h"
1515

1616
#define EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL_GUID \
17-
{ \
18-
0x387477c2, 0x69c7, 0x11d2, { \
19-
0x8e, 0x39, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b \
20-
} \
21-
}
17+
{0x387477c2, 0x69c7, 0x11d2, {0x8e, 0x39, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b}}
2218

2319
struct _EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL;
2420

0 commit comments

Comments
 (0)