mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 14:23:41 +00:00
Code formatting only
svn path=/trunk/; revision=58923
This commit is contained in:
parent
2e660923f1
commit
be14e6b7ce
1 changed files with 3 additions and 3 deletions
|
@ -137,9 +137,9 @@ CSR_API(BaseSrvDefineDosDevice)
|
|||
_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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue