]> granicus.if.org Git - curl/commitdiff
sockfilt.c: keep lines shorter than 80 chars
authorMarc Hoersken <info@marc-hoersken.de>
Wed, 16 Dec 2015 14:33:13 +0000 (15:33 +0100)
committerMarc Hoersken <info@marc-hoersken.de>
Wed, 16 Dec 2015 14:33:13 +0000 (15:33 +0100)
tests/server/sockfilt.c

index 0530dad3f415a30141d116b7f30370eaeca26db5..28e24eedcda444c922b948419ceb9410caf9f9c3 100644 (file)
@@ -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 */