]> wimlib.net Git - wimlib/blobdiff - src/paths.c
Merge branch with pipable WIM support
[wimlib] / src / paths.c
index 9becb2128185d6dddc06c5251332c9ca4bf53bca..85fb6bc082130656713e32f46ba84884880616ad 100644 (file)
@@ -87,7 +87,7 @@ canonicalize_fs_path(const tchar *fs_path)
        return TSTRDUP(fs_path);
 }
 
-/* 
+/*
  * canonicalize_wim_path - Given a user-provided path to a file within a WIM
  * image, translate it into a "canonical" path.
  *