8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8a2d1 commit 6e8d957Copy full SHA for 6e8d957
src/tools/pgindent/pgindent
@@ -1,12 +1,17 @@
1
#!/bin/sh
2
3
-# $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 $
4
5
6
#
7
-# 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
8
# after *:
9
# y = (int) x *y;
10
+#
11
+# Structure/union pointers in function prototypes and definitions have an extra
12
+# space after the asterisk:
13
14
+# void x(struct xxc * a);
15
16
if [ "$#" -lt 2 ]
17
then echo "Usage: $(basename $0) typedefs file [...]" 1>&2
0 commit comments