Merge 14981:15268 from trunk
[reactos.git] / reactos / apps / utils / net / whois / whois.c
index 1715476..0712161 100644 (file)
@@ -83,10 +83,10 @@ int main(int argc, char **argv)
        if (!argc)
                usage();
 
-       /* Start winsock */ 
+       /* Start winsock */
        wVersionRequested = MAKEWORD( 1, 1 );
        err = WSAStartup( wVersionRequested, &wsaData );
-       if ( err != 0 ) 
+       if ( err != 0 )
        {
                /* Tell the user that we couldn't find a usable */
                /* WinSock DLL.                                 */