indentation fix
This commit is contained in:
parent
4cae44ce3b
commit
56ae4539a9
@ -170,8 +170,9 @@ xrdp_fastpath_process_EVENT_MOUSE(struct xrdp_fastpath *self, int eventFlags,
|
||||
int yPos;
|
||||
|
||||
/* eventFlags MUST be zeroed out */
|
||||
if (eventFlags != 0) {
|
||||
return 1;
|
||||
if (eventFlags != 0)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (!s_check_rem(s, 2 + 2 + 2))
|
||||
@ -207,8 +208,9 @@ xrdp_fastpath_process_EVENT_MOUSEX(struct xrdp_fastpath *self,
|
||||
int yPos;
|
||||
|
||||
/* eventFlags MUST be zeroed out */
|
||||
if (eventFlags != 0) {
|
||||
return 1;
|
||||
if (eventFlags != 0)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (!s_check_rem(s, 2 + 2 + 2))
|
||||
|
Loading…
Reference in New Issue
Block a user