mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:02:56 +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;
|
_SEH2_LEAVE;
|
||||||
|
|
||||||
RequestLinkTarget = &DefineDosDeviceRequest->TargetName;
|
RequestLinkTarget = &DefineDosDeviceRequest->TargetName;
|
||||||
lpBuffer = (PWSTR) RtlAllocateHeap(BaseSrvHeap,
|
lpBuffer = (PWSTR)RtlAllocateHeap(BaseSrvHeap,
|
||||||
HEAP_ZERO_MEMORY,
|
HEAP_ZERO_MEMORY,
|
||||||
RequestDeviceName.MaximumLength + 5 * sizeof(WCHAR));
|
RequestDeviceName.MaximumLength + 5 * sizeof(WCHAR));
|
||||||
if (!lpBuffer)
|
if (!lpBuffer)
|
||||||
{
|
{
|
||||||
DPRINT1("Failed to allocate memory\n");
|
DPRINT1("Failed to allocate memory\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue