index 62d6b9755aac544f53932593c6d0dad95f04b65f..f8f91767640d61452f33273ec940f1ee458a0ec5 100755 (executable)
#!/bin/sh
-# $PostgreSQL: pgsql/src/tools/pgindent/pgindent,v 1.100 2008年11月03日 15:56:47 momjian Exp $
+# $PostgreSQL: pgsql/src/tools/pgindent/pgindent,v 1.101 2009年06月11日 22:21:44 momjian Exp $
# Known bugs:
#
-# Blank line is added after, seen as a function definition, no space
+# Blank line is added after parentheses; seen as a function definition, no space
# after *:
# y = (int) x *y;
+#
+# Structure/union pointers in function prototypes and definitions have an extra
+# space after the asterisk:
+#
+# void x(struct xxc * a);
if [ "$#" -lt 2 ]
then echo "Usage: $(basename 0ドル) typedefs file [...]" 1>&2