summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_fastpath.c
diff options
context:
space:
mode:
authorspeidy <speidy@gmail.com>2014-03-12 06:43:54 +0200
committerspeidy <speidy@gmail.com>2014-03-12 06:43:54 +0200
commit56ae4539a9e4b09dab25557d93611e0bb215f987 (patch)
treee5755f32a9062a75f641695a1333e48521cdbfc8 /libxrdp/xrdp_fastpath.c
parent4cae44ce3b3acd2cdc19332f49ec54bae5a77d98 (diff)
downloadxrdp-proprietary-56ae4539a9e4b09dab25557d93611e0bb215f987.tar.gz
xrdp-proprietary-56ae4539a9e4b09dab25557d93611e0bb215f987.zip
indentation fix
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 9ba171f0..372e9079 100644
--- a/libxrdp/xrdp_fastpath.c
+++ b/libxrdp/xrdp_fastpath.c
@@ -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))