Skip to content

Commit bbce14f

Browse files
committed
[arm_compiler_v4/v5] Modify the code to maintain a consistent coding style
1 parent 725c0e4 commit bbce14f

File tree

1 file changed

+3
-2
lines changed
  • components/drivers/block/partitions

1 file changed

+3
-2
lines changed

components/drivers/block/partitions/efi.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@
3030
#ifndef __UUID_H__
3131
#define UUID_SIZE 16
3232

33-
typedef struct rt_packed
33+
rt_packed(struct _guid_t
3434
{
3535
rt_uint8_t b[UUID_SIZE];
36-
} guid_t;
36+
});
37+
typedef struct _guid_t guid_t;
3738
#endif /* __UUID_H__ */
3839

3940
#ifndef __EFI_H__

0 commit comments

Comments
 (0)