We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6207f08 commit 99b9928Copy full SHA for 99b9928
src/tools/pg_bsd_indent/args.c
@@ -68,7 +68,7 @@ static char sccsid[] = "@(#)args.c 8.1 (Berkeley) 6/6/93";
68
#define STDIN 3 /* use stdin */
69
#define KEY 4 /* type (keyword) */
70
71
-static void scan_profile(FILE *);
+static void scan_profile(FILE *f);
72
73
#define KEY_FILE 5 /* only used for args */
74
#define VERSION 6 /* only used for args */
src/tools/pg_bsd_indent/indent.c
@@ -54,7 +54,7 @@ static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93";
54
#include "indent.h"
55
56
static void bakcopy(void);
57
-static void indent_declaration(int, int);
+static void indent_declaration(int cur_dec_ind, int tabs_to_var);
58
59
const char *in_name = "Standard Input"; /* will always point to name of input
60
* file */
0 commit comments