mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
Another pgindent run. Fixes enum indenting, and improves #endif
spacing. Also adds space for one-line comments.
This commit is contained in:
@@ -33,4 +33,5 @@ extern bool EncryptMD5(const char *passwd, const char *salt,
|
||||
|
||||
#define isMD5(passwd) (strncmp((passwd),"md5",3) == 0 && \
|
||||
strlen(passwd) == MD5_PASSWD_LEN)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user