diff options
| author | Bruce Momjian | 2001-10-28 06:26:15 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2001-10-28 06:26:15 +0000 |
| commit | 6783b2372ef13c141649840a836ff0a954ea1d4d (patch) | |
| tree | 81c727b2b08930bcf3ab7107c84ef59f1f68a78d /contrib/pgcrypto/md5.h | |
| parent | c29797deeb5dfca61b8959344b682b4c32fe53a1 (diff) | |
Another pgindent run. Fixes enum indenting, and improves #endif
spacing. Also adds space for one-line comments.
Diffstat (limited to 'contrib/pgcrypto/md5.h')
| -rw-r--r-- | contrib/pgcrypto/md5.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/pgcrypto/md5.h b/contrib/pgcrypto/md5.h index 868f8a233a0..dfabe24a1e3 100644 --- a/contrib/pgcrypto/md5.h +++ b/contrib/pgcrypto/md5.h @@ -1,4 +1,4 @@ -/* $Id: md5.h,v 1.5 2001/08/21 00:42:41 momjian Exp $ */ +/* $Id: md5.h,v 1.6 2001/10/28 06:25:41 momjian Exp $ */ /* $KAME: md5.h,v 1.3 2000/02/22 14:01:18 itojun Exp $ */ /* @@ -75,4 +75,5 @@ do { \ md5_pad((y)); \ md5_result((x), (y)); \ } while (0) + #endif /* ! _NETINET6_MD5_H_ */ |
