]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull.c
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / RegisterFilterLibNull / RegisterFilterLibNull.c
index 7150f1ed5fa4774e76697bfc151453521b642367..24dc51013521e510be891e6694b3965a37924b8c 100644 (file)
@@ -81,13 +81,13 @@ FilterBeforeIoWrite (
   return TRUE;\r
 }\r
 \r
-  /**\r
-  Trace IO Write operation after wirte IO port.\r
-  It is used to trace IO operation.\r
+/**\r
+Trace IO Write operation after wirte IO port.\r
+It is used to trace IO operation.\r
 \r
-  @param[in]       Width    Signifies the width of the I/O operation.\r
-  @param[in]       Address  The base address of the I/O operation.\r
-  @param[in]       Buffer   The source buffer from which to Write data.\r
+@param[in]       Width    Signifies the width of the I/O operation.\r
+@param[in]       Address  The base address of the I/O operation.\r
+@param[in]       Buffer   The source buffer from which to Write data.\r
 \r
 **/\r
 VOID\r
@@ -205,8 +205,8 @@ FilterAfterMmIoWrite (
 BOOLEAN\r
 EFIAPI\r
 FilterBeforeMsrRead (\r
-  IN UINT32        Index,\r
-  IN OUT UINT64    *Value\r
+  IN UINT32      Index,\r
+  IN OUT UINT64  *Value\r
   )\r
 {\r
   return TRUE;\r
@@ -222,8 +222,8 @@ FilterBeforeMsrRead (
 VOID\r
 EFIAPI\r
 FilterAfterMsrRead (\r
-  IN UINT32    Index,\r
-  IN UINT64    *Value\r
+  IN UINT32  Index,\r
+  IN UINT64  *Value\r
   )\r
 {\r
   return;\r
@@ -245,8 +245,8 @@ FilterAfterMsrRead (
 BOOLEAN\r
 EFIAPI\r
 FilterBeforeMsrWrite (\r
-  IN UINT32    Index,\r
-  IN UINT64    *Value\r
+  IN UINT32  Index,\r
+  IN UINT64  *Value\r
   )\r
 {\r
   return TRUE;\r
@@ -262,10 +262,9 @@ FilterBeforeMsrWrite (
 VOID\r
 EFIAPI\r
 FilterAfterMsrWrite (\r
-  IN UINT32    Index,\r
-  IN UINT64    *Value\r
+  IN UINT32  Index,\r
+  IN UINT64  *Value\r
   )\r
 {\r
   return;\r
 }\r
-\r