]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - part.h
Remove lots of unnecessary white space.
[thirdparty/mdadm.git] / part.h
diff --git a/part.h b/part.h
index 0afea33b064d2d09d4615d191bf9a781cefb481e..862a14c32896da732a6b73f285614a2d2c5a21a8 100644 (file)
--- 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