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 /contrib/chkpass/chkpass.c | |
parent | 34153b205265e2e831c1e3ee02be0fc88fa41710 (diff) |
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
initdb/regression tests pass.
Diffstat (limited to 'contrib/chkpass/chkpass.c')
-rw-r--r-- | contrib/chkpass/chkpass.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/chkpass/chkpass.c b/contrib/chkpass/chkpass.c index c7c3197c92b..7dfa95082a1 100644 --- a/contrib/chkpass/chkpass.c +++ b/contrib/chkpass/chkpass.c @@ -4,7 +4,7 @@ * http://www.druid.net/darcy/ * - * $Id: chkpass.c,v 1.5 2001/10/25 05:49:19 momjian Exp $ + * $Id: chkpass.c,v 1.6 2001/11/05 17:46:22 momjian Exp $ * best viewed with tabs set to 4 */ @@ -32,7 +32,7 @@ typedef struct chkpass { char password[16]; -} chkpass; +} chkpass; /* * Various forward declarations: |