mirror of
https://github.com/postgres/postgres.git
synced 2025-12-12 02:37:31 +03:00
Another pgindent run. Fixes enum indenting, and improves #endif
spacing. Also adds space for one-line comments.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: mbprint.h,v 1.2 2001/10/25 05:49:54 momjian Exp $ */
|
||||
/* $Id: mbprint.h,v 1.3 2001/10/28 06:25:58 momjian Exp $ */
|
||||
#ifndef MBPRINT_H
|
||||
#define MBPRINT_H
|
||||
|
||||
@@ -13,4 +13,5 @@ unsigned char *mbvalidate(unsigned char *pwcs);
|
||||
#endif /* MULTIBYTE */
|
||||
|
||||
int pg_wcswidth(unsigned char *pwcs, int len);
|
||||
|
||||
#endif /* MBPRINT_H */
|
||||
|
||||
Reference in New Issue
Block a user