[ros-diffs] [tkreuzer] 46428: reduce diff to trunk

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Thu Mar 25 06:09:09 CET 2010


Author: tkreuzer
Date: Thu Mar 25 06:09:09 2010
New Revision: 46428

URL: http://svn.reactos.org/svn/reactos?rev=46428&view=rev
Log:
reduce diff to trunk

Modified:
    branches/ros-amd64-bringup/reactos/drivers/network/tcpip/tcpip/dispatch.c

Modified: branches/ros-amd64-bringup/reactos/drivers/network/tcpip/tcpip/dispatch.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/drivers/network/tcpip/tcpip/dispatch.c?rev=46428&r1=46427&r2=46428&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/drivers/network/tcpip/tcpip/dispatch.c [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/drivers/network/tcpip/tcpip/dispatch.c [iso-8859-1] Thu Mar 25 06:09:09 2010
@@ -179,7 +179,7 @@
     }
 
     if (DequeuedIrp)
-    IRPFinish(Irp, STATUS_CANCELLED);
+       IRPFinish(Irp, STATUS_CANCELLED);
 
     TI_DbgPrint(MAX_TRACE, ("Leaving.\n"));
 }
@@ -222,8 +222,8 @@
     if (TCPAbortListenForSocket(Connection->AddressFile->Listener,
                                 Connection))
     {
-    Irp->IoStatus.Information = 0;
-    IRPFinish(Irp, STATUS_CANCELLED);
+        Irp->IoStatus.Information = 0;
+        IRPFinish(Irp, STATUS_CANCELLED);
     }
 
     TI_DbgPrint(MAX_TRACE, ("Leaving.\n"));
@@ -763,7 +763,7 @@
          MaxDatagramInfo->MaxDatagramSize = 0xFFFF;
 
          return STATUS_SUCCESS;
-      }
+     }
   }
 
   return STATUS_NOT_IMPLEMENTED;
@@ -1052,7 +1052,7 @@
         else {
             Status = STATUS_UNSUCCESSFUL;
             ASSERT(FALSE);
-    }
+        }
     }
 
 done:




More information about the Ros-diffs mailing list