summaryrefslogtreecommitdiffstats
path: root/sesman/tcp.c
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2007-02-01 06:43:06 +0000
committerjsorg71 <jsorg71>2007-02-01 06:43:06 +0000
commit96fd0b8a000f3d1c871bf0276c1ec39fd0885a37 (patch)
treee7cd79a4a121d9d12e746ce2ab4ec54f2b461b06 /sesman/tcp.c
parent2183c539cc882aea3ab8426bf52920a5afa4a78e (diff)
downloadxrdp-proprietary-96fd0b8a000f3d1c871bf0276c1ec39fd0885a37.tar.gz
xrdp-proprietary-96fd0b8a000f3d1c871bf0276c1ec39fd0885a37.zip
indent
Diffstat (limited to 'sesman/tcp.c')
-rw-r--r--sesman/tcp.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sesman/tcp.c b/sesman/tcp.c
index 92e20503..58cedd43 100644
--- a/sesman/tcp.c
+++ b/sesman/tcp.c
@@ -66,7 +66,7 @@ tcp_force_recv(int sck, char* data, int len)
#ifndef LIBSCP_CLIENT
lock_fork_critical_section_end(block);
#endif
-
+
return 0;
}
@@ -80,7 +80,7 @@ tcp_force_send(int sck, char* data, int len)
int block;
block = lock_fork_critical_section_start();
#endif
-
+
while (len > 0)
{
sent = g_tcp_send(sck, data, len, 0);
@@ -109,7 +109,6 @@ tcp_force_send(int sck, char* data, int len)
#ifndef LIBSCP_CLIENT
lock_fork_critical_section_end(block);
#endif
-
+
return 0;
}
-