From 56ae4539a9e4b09dab25557d93611e0bb215f987 Mon Sep 17 00:00:00 2001 From: speidy Date: Wed, 12 Mar 2014 06:43:54 +0200 Subject: [PATCH] indentation fix --- libxrdp/xrdp_fastpath.c | 10 ++++++---- 1 file 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))