1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Used modified version of indent that understands over 100 typedefs.

This commit is contained in:
Bruce Momjian
1997-09-08 21:56:23 +00:00
parent 075cede748
commit 59f6a57e59
413 changed files with 4472 additions and 4460 deletions

View File

@ -6,7 +6,7 @@
* Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* $Id: fd.c,v 1.24 1997/09/08 02:28:38 momjian Exp $
* $Id: fd.c,v 1.25 1997/09/08 21:46:54 momjian Exp $
*
* NOTES:
*
@ -111,7 +111,7 @@ typedef struct vfd
char *fileName;
int fileFlags;
int fileMode;
} Vfd;
} Vfd;
/*
* Virtual File Descriptor array pointer and size. This grows as
@ -883,7 +883,7 @@ TryAgain:
* AllocateFile()?
*/
void
FreeFile(FILE * file)
FreeFile(FILE *file)
{
DO_DB(elog(DEBUG, "FreeFile: Allocated %d.", allocatedFiles));