diff options
author | Bruce Momjian | 2001-11-05 17:46:40 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-11-05 17:46:40 +0000 |
commit | ea08e6cd5542cb269ecd3e735f1dfa3bb61fbc4f (patch) | |
tree | bf6b60c08be3ddf5a40e110e8276dc2d45b1431c /src/utils | |
parent | 34153b205265e2e831c1e3ee02be0fc88fa41710 (diff) |
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
initdb/regression tests pass.
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/dllinit.c | 6 | ||||
-rw-r--r-- | src/utils/getopt.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/utils/dllinit.c b/src/utils/dllinit.c index 67dc1f82aa5..e30a76a5f25 100644 --- a/src/utils/dllinit.c +++ b/src/utils/dllinit.c @@ -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 */ diff --git a/src/utils/getopt.c b/src/utils/getopt.c index 108f2d85f50..442631347c5 100644 --- a/src/utils/getopt.c +++ b/src/utils/getopt.c @@ -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> |