summaryrefslogtreecommitdiff
path: root/part.h
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2013-06-19 12:31:45 +1000
committerNeilBrown <neilb@suse.de>2013-06-19 12:31:45 +1000
commit1011e8344a6b881883af57959cdd9ec7f9084407 (patch)
tree01680ce6a6696a200b534e4c434fe0078b8933d6 /part.h
parente6dd89da86813679fae44e472ea470a943f133e2 (diff)
Remove lots of unnecessary white space.
Now that I am using white-space mode in Emacs I can see all of this, and I don't like it :-) Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'part.h')
-rw-r--r--part.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/part.h b/part.h
index 0afea33b..862a14c3 100644
--- a/part.h
+++ b/part.h
@@ -26,7 +26,6 @@
/* Structure definitions ext for MBR and GPT partition tables
*/
-
#define MBR_SIGNATURE_MAGIC __cpu_to_le16(0xAA55)
#define MBR_PARTITIONS 4
@@ -49,8 +48,6 @@ struct MBR {
__u16 magic;
} __attribute__((packed));
-
-
#define GPT_SIGNATURE_MAGIC __cpu_to_le64(0x5452415020494645ULL)
#define MBR_GPT_PARTITION_TYPE 0xEE