aboutsummaryrefslogtreecommitdiff
path: root/tests/server
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2015-12-16 15:33:13 +0100
committerMarc Hoersken <info@marc-hoersken.de>2015-12-16 15:33:13 +0100
commit234abd9013a9c469eadf6d6b8c8c92927cfd5edd (patch)
tree7ef6e0635adee7680a9df59201511b3104f668e4 /tests/server
parentf4646b90692cc0ea61616e71c9376890b68f8249 (diff)
sockfilt.c: keep lines shorter than 80 chars
Diffstat (limited to 'tests/server')
-rw-r--r--tests/server/sockfilt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/server/sockfilt.c b/tests/server/sockfilt.c
index 0530dad3f..28e24eedc 100644
--- a/tests/server/sockfilt.c
+++ b/tests/server/sockfilt.c
@@ -558,7 +558,8 @@ static DWORD WINAPI select_ws_wait_thread(LPVOID lpParameter)
size.HighPart = length;
/* get the current position within the file */
pos.QuadPart = 0;
- pos.LowPart = SetFilePointer(handle, 0, &pos.HighPart, FILE_CURRENT);
+ pos.LowPart = SetFilePointer(handle, 0, &pos.HighPart,
+ FILE_CURRENT);
if((pos.LowPart != INVALID_SET_FILE_POINTER) ||
(GetLastError() == NO_ERROR)) {
/* compare position with size, abort if not equal */