whitespace cleanup

This commit is contained in:
Christopher Faylor 2003-03-09 20:31:07 +00:00
parent c367dfd02c
commit a113a3c540
15 changed files with 55 additions and 56 deletions

View File

@ -159,7 +159,6 @@ unlink (const char *ourname)
} }
} }
/* Try a delete with attributes reset */ /* Try a delete with attributes reset */
if (DeleteFile (win32_name)) if (DeleteFile (win32_name))
{ {