[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.
[reactos.git] / base / services / tcpsvcs / qotd.c
index 55c3196..904c4f0 100644 (file)
@@ -59,7 +59,7 @@ RetrieveQuote(SOCKET sock)
     {
         DWORD dwSize = GetFileSize(hFile, NULL);
         lpQuotes = (LPSTR)HeapAlloc(GetProcessHeap(), 0, dwSize + 1);
-        if (!lpQuotes) 
+        if (!lpQuotes)
         {
             CloseHandle(hFile);
             return FALSE;