]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Omap35xxPkg/TPS65950Dxe/TPS65950.c
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / Omap35xxPkg / TPS65950Dxe / TPS65950.c
index ed19389d43516497358a0cfce3da759988123907..66f9d853ff11b5dd3c5abf921cc3801d9cda3ae8 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 \r
   Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
-  \r
+\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -35,7 +35,7 @@ Read (
   )\r
 {\r
   EFI_STATUS               Status;\r
-  EFI_SMBUS_DEVICE_ADDRESS SlaveAddress; \r
+  EFI_SMBUS_DEVICE_ADDRESS SlaveAddress;\r
   UINT8                    DeviceRegister;\r
   UINTN                    DeviceRegisterLength = 1;\r
 \r
@@ -62,7 +62,7 @@ Write (
   )\r
 {\r
   EFI_STATUS               Status;\r
-  EFI_SMBUS_DEVICE_ADDRESS SlaveAddress; \r
+  EFI_SMBUS_DEVICE_ADDRESS SlaveAddress;\r
   UINT8                    DeviceRegister;\r
   UINTN                    DeviceBufferLength = Length + 1;\r
   UINT8                    *DeviceBuffer;\r
@@ -107,10 +107,10 @@ TPS65950Initialize (
   )\r
 {\r
   EFI_STATUS  Status;\r
-  \r
+\r
   Status = gBS->LocateProtocol(&gEfiSmbusHcProtocolGuid, NULL, (VOID **)&Smbus);\r
   ASSERT_EFI_ERROR(Status);\r
-  \r
+\r
   Status = gBS->InstallMultipleProtocolInterfaces(&ImageHandle, &gEmbeddedExternalDeviceProtocolGuid, &ExternalDevice, NULL);\r
   return Status;\r
 }\r