[PATCH 2/2] ws2_32: Remove trailing white-spaces.

Socapex philippe.groarke at gmail.com
Sun Apr 5 14:07:28 CDT 2015


---
 dlls/ws2_32/socket.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c
index bc4d40a..4647e8e 100644
--- a/dlls/ws2_32/socket.c
+++ b/dlls/ws2_32/socket.c
@@ -727,7 +727,7 @@ static const int ws_eai_map[][2] =
     MAP_OPTION( EAI_FAIL ),
     MAP_OPTION( EAI_FAMILY ),
     MAP_OPTION( EAI_MEMORY ),
-/* Note: EAI_NODATA is deprecated, but still 
+/* Note: EAI_NODATA is deprecated, but still
  * used by Windows and Linux... We map the newer
  * EAI_NONAME to EAI_NODATA for now until Windows
  * changes too.
@@ -7598,7 +7598,7 @@ INT WINAPI WSAAddressToStringA( LPSOCKADDR sockaddr, DWORD len,
 /***********************************************************************
  *              WSAAddressToStringW                      (WS2_32.28)
  *
- * Convert a sockaddr address into a readable address string. 
+ * Convert a sockaddr address into a readable address string.
  *
  * PARAMS
  *  sockaddr [I]    Pointer to a sockaddr structure.
@@ -7681,7 +7681,7 @@ INT WINAPI WSAGetServiceClassInfoA( LPGUID provider, LPGUID service, LPDWORD len
     FIXME( "(%s %s %p %p) Stub!\n", debugstr_guid(provider), debugstr_guid(service),
            len, info );
     SetLastError(WSA_NOT_ENOUGH_MEMORY);
-    return SOCKET_ERROR; 
+    return SOCKET_ERROR;
 }
 
 /***********************************************************************
-- 
2.3.1




More information about the wine-patches mailing list