1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

New pgindent run with fixes suggested by Tom. Patch manually reviewed,

initdb/regression tests pass.
This commit is contained in:
Bruce Momjian
2001-11-05 17:46:40 +00:00
parent 34153b2052
commit ea08e6cd55
503 changed files with 1648 additions and 1610 deletions

View File

@ -52,7 +52,7 @@ BOOL APIENTRY DllMain(HINSTANCE hInst, DWORD reason,
DECLARE_CYGWIN_DLL(DllMain);
/* save hInstance from DllMain */
HINSTANCE __hDllInstance_base;
#endif /* __CYGWIN__ */
#endif /* __CYGWIN__ */
struct _reent *_impure_ptr;
@ -84,7 +84,7 @@ DllMain(
#ifdef __CYGWIN__
__hDllInstance_base = hInst;
#endif /* __CYGWIN__ */
#endif /* __CYGWIN__ */
_impure_ptr = __imp_reent_data;
@ -105,4 +105,4 @@ DllMain(
return TRUE;
}
#endif /* CYGWIN_VERSION_DLL_MAJOR < 1001 */
#endif /* CYGWIN_VERSION_DLL_MAJOR < 1001 */

View File

@ -33,7 +33,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)getopt.c 8.3 (Berkeley) 4/27/95";
#endif /* LIBC_SCCS and not lint */
#endif /* LIBC_SCCS and not lint */
#include <stdio.h>
#include <stdlib.h>