]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiSmbusLibSmbus2Ppi/InternalSmbusLib.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / PeiSmbusLibSmbus2Ppi / InternalSmbusLib.h
index 1eb6bbe92c349caa446aa3d55cf56bcd7f34f1bc..b5052b8a619db16d8cb512090edc0a4386d35af3 100644 (file)
@@ -10,7 +10,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 #ifndef __INTERNAL_SMBUS_LIB_H_\r
 #define __INTERNAL_SMBUS_LIB_H_\r
 \r
-\r
 #include <PiPei.h>\r
 \r
 #include <Ppi/Smbus2.h>\r
@@ -64,11 +63,11 @@ InternalGetSmbusPpi (
 **/\r
 UINTN\r
 InternalSmBusExec (\r
-  IN     EFI_SMBUS_OPERATION        SmbusOperation,\r
-  IN     UINTN                      SmBusAddress,\r
-  IN     UINTN                      Length,\r
-  IN OUT VOID                       *Buffer,\r
-     OUT RETURN_STATUS              *Status        OPTIONAL\r
+  IN     EFI_SMBUS_OPERATION  SmbusOperation,\r
+  IN     UINTN                SmBusAddress,\r
+  IN     UINTN                Length,\r
+  IN OUT VOID                 *Buffer,\r
+  OUT RETURN_STATUS           *Status        OPTIONAL\r
   );\r
 \r
 #endif\r