Author: hbelusca Date: Sat May 4 14:29:51 2013 New Revision: 58923
URL: http://svn.reactos.org/svn/reactos?rev=58923&view=rev Log: Code formatting only
Modified: trunk/reactos/subsystems/win/basesrv/dosdev.c
Modified: trunk/reactos/subsystems/win/basesrv/dosdev.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win/basesrv/dosd... ============================================================================== --- trunk/reactos/subsystems/win/basesrv/dosdev.c [iso-8859-1] (original) +++ trunk/reactos/subsystems/win/basesrv/dosdev.c [iso-8859-1] Sat May 4 14:29:51 2013 @@ -137,9 +137,9 @@ _SEH2_LEAVE;
RequestLinkTarget = &DefineDosDeviceRequest->TargetName; - lpBuffer = (PWSTR) RtlAllocateHeap(BaseSrvHeap, - HEAP_ZERO_MEMORY, - RequestDeviceName.MaximumLength + 5 * sizeof(WCHAR)); + lpBuffer = (PWSTR)RtlAllocateHeap(BaseSrvHeap, + HEAP_ZERO_MEMORY, + RequestDeviceName.MaximumLength + 5 * sizeof(WCHAR)); if (!lpBuffer) { DPRINT1("Failed to allocate memory\n");