]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Drivers/MmCommunicationDxe/MmCommunicate.h
ArmPkg: Apply uncrustify changes
[mirror_edk2.git] / ArmPkg / Drivers / MmCommunicationDxe / MmCommunicate.h
index 32753947e1cbd5f8db79499d9680bb49923376bf..5c5fcb5768561c5befc0db9992a1819831a349f0 100644 (file)
@@ -9,14 +9,14 @@
 #ifndef MM_COMMUNICATE_H_\r
 #define MM_COMMUNICATE_H_\r
 \r
-#define MM_MAJOR_VER_MASK        0xEFFF0000\r
-#define MM_MINOR_VER_MASK        0x0000FFFF\r
-#define MM_MAJOR_VER_SHIFT       16\r
+#define MM_MAJOR_VER_MASK   0xEFFF0000\r
+#define MM_MINOR_VER_MASK   0x0000FFFF\r
+#define MM_MAJOR_VER_SHIFT  16\r
 \r
-#define MM_MAJOR_VER(x) (((x) & MM_MAJOR_VER_MASK) >> MM_MAJOR_VER_SHIFT)\r
-#define MM_MINOR_VER(x) ((x) & MM_MINOR_VER_MASK)\r
+#define MM_MAJOR_VER(x)  (((x) & MM_MAJOR_VER_MASK) >> MM_MAJOR_VER_SHIFT)\r
+#define MM_MINOR_VER(x)  ((x) & MM_MINOR_VER_MASK)\r
 \r
-#define MM_CALLER_MAJOR_VER      0x1UL\r
-#define MM_CALLER_MINOR_VER      0x0\r
+#define MM_CALLER_MAJOR_VER  0x1UL\r
+#define MM_CALLER_MINOR_VER  0x0\r
 \r
 #endif /* MM_COMMUNICATE_H_ */\r