summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_fastpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'libxrdp/xrdp_fastpath.c')
-rw-r--r--libxrdp/xrdp_fastpath.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/libxrdp/xrdp_fastpath.c b/libxrdp/xrdp_fastpath.c
index e9c2b82e..8739c764 100644
--- a/libxrdp/xrdp_fastpath.c
+++ b/libxrdp/xrdp_fastpath.c
@@ -177,8 +177,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))
@@ -214,8 +215,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))