[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.
[reactos.git] / modules / rosapps / applications / winfile / winefile.c
index 54705f7..2b0466d 100644 (file)
@@ -1332,7 +1332,7 @@ static ChildWnd* alloc_child_window(LPCWSTR path, LPITEMIDLIST pidl, HWND hwnd)
             pathlen--;
         }
         lstrcpynW(child->path, npath, pathlen + 1);
-        
+
         _wsplitpath(child->path, drv, dir, name, ext);
        }