formatting: some tabs replaced by spaces

This commit is contained in:
Just van Rossum 2000-03-05 15:59:09 +00:00
parent febe3fbeba
commit 59d8ac4615
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
BASE_FUNC
void FT_New_Memory_Stream( FT_Library library,
void* base,
unsigned long size,
unsigned long size,
FT_Stream stream )
{
stream->memory = library->memory;