Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
metalefty committed Sep 26, 2024
1 parent 5f160bd commit 13f53ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions module/rdpClientCon.c
Original file line number Diff line number Diff line change
Expand Up @@ -2673,15 +2673,15 @@ rdpClientConSendPaintRectShmFd(rdpPtr dev, rdpClientCon *clientCon,
out_uint32_le(s, clientCon->rect_id);
out_uint32_le(s, id->shmem_bytes);
out_uint32_le(s, id->shmem_offset);
if (capture_code == CC_SUF_RFX) /* rfx */
{
if (capture_code == CC_SUF_RFX) /* rfx */
{
out_uint16_le(s, id->left);
out_uint16_le(s, id->top);
out_uint16_le(s, id->width);
out_uint16_le(s, id->height);
}
else
{
}
else
{
out_uint16_le(s, 0);
out_uint16_le(s, 0);
out_uint16_le(s, clientCon->cap_width);
Expand Down

0 comments on commit 13f53ed

Please sign in to comment.