]> git.proxmox.com Git - mirror_edk2.git/commitdiff
align some line to conform with code style
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 23 Nov 2007 07:37:50 +0000 (07:37 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 23 Nov 2007 07:37:50 +0000 (07:37 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4325 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitter.c

index 39e67c8f42f8bb5899a7783df6fe3f497d86e53e..d7b32a78bfcce8d2554bd2957980d895ff26bc20 100644 (file)
@@ -429,8 +429,8 @@ Returns:
                     &mConIn.TextInEx,\r
                     &gEfiSimplePointerProtocolGuid,\r
                     &mConIn.SimplePointer,\r
-                                       &gEfiAbsolutePointerProtocolGuid,\r
-                                       &mConIn.AbsolutePointer,\r
+                    &gEfiAbsolutePointerProtocolGuid,\r
+                    &mConIn.AbsolutePointer,\r
                     &gEfiPrimaryConsoleInDeviceGuid,\r
                     NULL,\r
                     NULL\r
@@ -605,21 +605,21 @@ Returns:
   ConInPrivate->AbsolutePointer.Mode = &ConInPrivate->AbsolutePointerMode;\r
 \r
   Status = ConSplitterGrowBuffer (\r
-                                 sizeof (EFI_ABSOLUTE_POINTER_PROTOCOL *),\r
-                                 &ConInPrivate->AbsolutePointerListCount,\r
-                                 (VOID **) &ConInPrivate->AbsolutePointerList\r
-                                 );\r
+            sizeof (EFI_ABSOLUTE_POINTER_PROTOCOL *),\r
+            &ConInPrivate->AbsolutePointerListCount,\r
+            (VOID **) &ConInPrivate->AbsolutePointerList\r
+            );\r
   if (EFI_ERROR (Status)) {\r
-         return EFI_OUT_OF_RESOURCES;\r
+    return EFI_OUT_OF_RESOURCES;\r
   }\r
 \r
   Status = gBS->CreateEvent (\r
-                         EVT_NOTIFY_WAIT,\r
-                         TPL_NOTIFY,\r
-                         ConSplitterAbsolutePointerWaitForInput,\r
-                         ConInPrivate,\r
-                         &ConInPrivate->AbsolutePointer.WaitForInput\r
-                         );\r
+            EVT_NOTIFY_WAIT,\r
+            TPL_NOTIFY,\r
+            ConSplitterAbsolutePointerWaitForInput,\r
+            ConInPrivate,\r
+            &ConInPrivate->AbsolutePointer.WaitForInput\r
+        );\r
   ASSERT_EFI_ERROR (Status);\r
 \r
   ConInPrivate->SimplePointer.Mode = &ConInPrivate->SimplePointerMode;\r