(svn r1610) Remove trailing whitespace (last time ever, i hope)

This commit is contained in:
tron
2005-01-23 13:09:35 +00:00
parent 80131e1e4a
commit 44f48ce915
16 changed files with 39 additions and 39 deletions

View File

@@ -87,7 +87,7 @@ void FioReadBlock(void *ptr, uint size)
static inline void FioCloseFile(int slot)
{
if (_fio.handles[slot] != NULL) {
fclose(_fio.handles[slot]);
fclose(_fio.handles[slot]);
_fio.handles[slot] = NULL;
}
}