aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpt.h')
-rw-r--r--src/gpt.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/gpt.h b/src/gpt.h
index dff9dc4..04f28d3 100644
--- a/src/gpt.h
+++ b/src/gpt.h
@@ -87,8 +87,7 @@ typedef struct
} PACKED MBR;
-typedef struct {
- GPT_header header,alt_header;
+typedef struct
+{
+ GPT_header header, alt_header;
} GPT_headers;
-
-