diff options
author | speidy <speidy@gmail.com> | 2014-03-12 06:43:54 +0200 |
---|---|---|
committer | speidy <speidy@gmail.com> | 2014-03-12 06:43:54 +0200 |
commit | 56ae4539a9e4b09dab25557d93611e0bb215f987 (patch) | |
tree | e5755f32a9062a75f641695a1333e48521cdbfc8 /libxrdp/xrdp_fastpath.c | |
parent | 4cae44ce3b3acd2cdc19332f49ec54bae5a77d98 (diff) | |
download | xrdp-proprietary-56ae4539a9e4b09dab25557d93611e0bb215f987.tar.gz xrdp-proprietary-56ae4539a9e4b09dab25557d93611e0bb215f987.zip |
indentation fix
Diffstat (limited to 'libxrdp/xrdp_fastpath.c')
-rw-r--r-- | libxrdp/xrdp_fastpath.c | 10 |
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)) |