Skip to content

Commit

Permalink
image-hd: remove space before tab
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Olbrich <[email protected]>
  • Loading branch information
michaelolbrich committed Nov 29, 2024
1 parent 60590b3 commit c44f816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image-hd.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ struct gpt_partition_entry {
} __attribute__((packed));
ct_assert(sizeof(struct gpt_partition_entry) == 128);

#define GPT_ENTRIES 128
#define GPT_ENTRIES 128
#define GPT_SECTORS (1 + GPT_ENTRIES * sizeof(struct gpt_partition_entry) / 512)
#define GPT_REVISION_1_0 0x00010000

Expand Down

0 comments on commit c44f816

Please sign in to comment.