]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Include/Protocol/EmuIoThunk.h
EmulatorPkg: Remove all trailing whitespace
[mirror_edk2.git] / EmulatorPkg / Include / Protocol / EmuIoThunk.h
index af132bea7e2e4414166dfe2e54a5dbdba4920a20..471c13b882d82fa300db1ad76200b91c941ed964 100644 (file)
@@ -2,7 +2,7 @@
   Emulator Thunk to abstract OS services from pure EFI code\r
 \r
   Copyright (c) 2010 - 2011, 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
@@ -13,7 +13,7 @@
 \r
 **/\r
 \r
-#ifndef __EMU_IO_THUNK__ \r
+#ifndef __EMU_IO_THUNK__\r
 #define __EMU_IO_THUNK__\r
 \r
 \r
 typedef struct _EMU_IO_THUNK_PROTOCOL  EMU_IO_THUNK_PROTOCOL;\r
 \r
 \r
-typedef \r
+typedef\r
 EFI_STATUS\r
 (EFIAPI *EMU_IO_THUNK_PROTOCOL_CLOSE_OPEN) (\r
   IN  EMU_IO_THUNK_PROTOCOL   *This\r
   );\r
 \r
-typedef \r
+typedef\r
 EFI_STATUS\r
 (EFIAPI *EMU_IO_THUNK_PROTOCOL_CLOSE_CLOSE) (\r
   IN  EMU_IO_THUNK_PROTOCOL   *This\r
@@ -43,7 +43,7 @@ struct _EMU_IO_THUNK_PROTOCOL {
   UINT16                              Instance;\r
   EMU_IO_THUNK_PROTOCOL_CLOSE_OPEN    Open;\r
   EMU_IO_THUNK_PROTOCOL_CLOSE_CLOSE   Close;\r
-  VOID                                *Private;    /// Used by implementation \r
+  VOID                                *Private;    /// Used by implementation\r
 };\r
 \r
 extern EFI_GUID gEmuIoThunkProtocolGuid;\r