[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.
[reactos.git] / base / applications / network / ipconfig / ipconfig.c
index 8f3e4b3..d386f7d 100644 (file)
@@ -133,7 +133,7 @@ int LoadStringAndOem(HINSTANCE hInst,
         return 0;
     }
 
-    res = LoadString(hInst, uID, szTmp, byteSize); 
+    res = LoadString(hInst, uID, szTmp, byteSize);
     CharToOem(szTmp, szNode);
     HeapFree(ProcessHeap, 0, szTmp);
     return res;
@@ -300,7 +300,7 @@ LPTSTR GetConnectionType(LPTSTR lpClass)
 
             if (ConTypeTmp == NULL)
                 return NULL;
-                                        
+
             ConType = (LPTSTR)HeapAlloc(ProcessHeap,
                                         0,
                                         dwDataSize);