summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornorrarvid <norrarvid@gmail.com>2012-06-18 09:11:52 +0200
committernorrarvid <norrarvid@gmail.com>2012-06-18 09:11:52 +0200
commitfc49bf6b48878e9514fee3e3c8eb13789aefc71f (patch)
tree3fab9c7fcaba6b2c9d94cb90c4722eaca05e3faf
parentf4ffaafc20f454481b87e500ef5ca8d651083a1d (diff)
downloadxrdp-proprietary-fc49bf6b48878e9514fee3e3c8eb13789aefc71f.tar.gz
xrdp-proprietary-fc49bf6b48878e9514fee3e3c8eb13789aefc71f.zip
Fix layout
-rw-r--r--xrdp/xrdp_mm.c2
-rw-r--r--xrdp/xrdp_wm.c3
2 files changed, 3 insertions, 2 deletions
diff --git a/xrdp/xrdp_mm.c b/xrdp/xrdp_mm.c
index 10148e60..2b89dd7a 100644
--- a/xrdp/xrdp_mm.c
+++ b/xrdp/xrdp_mm.c
@@ -1744,7 +1744,7 @@ server_send_to_channel(struct xrdp_mod* mod, int channel_id,
}
else
{
- return 1 ;
+ return 1;
}
}
diff --git a/xrdp/xrdp_wm.c b/xrdp/xrdp_wm.c
index 4bf9f1b4..52bbc420 100644
--- a/xrdp/xrdp_wm.c
+++ b/xrdp/xrdp_wm.c
@@ -1396,7 +1396,8 @@ xrdp_wm_process_channel_data(struct xrdp_wm* self,
if (self->mm->mod != 0)
{
chanid = LOWORD(param1);
- if(is_channel_allowed(self, chanid)){
+ if(is_channel_allowed(self, chanid))
+ {
if (self->mm->usechansrv)
{
rv = xrdp_mm_process_channel_data(self->mm, param1, param2,