From 99b99285e5438ee8b0c065db58e87e6577158d22 Mon Sep 17 00:00:00 2001 From: Peter Geoghegan Date: Wed, 12 Jun 2024 18:04:10 -0400 Subject: Harmonize pg_bsd_indent parameter names. Make sure that function declarations use names that exactly match the corresponding names from function definitions in pg_bsd_indent. This commit was written with help from clang-tidy, by mechanically applying the same rules as similar clean-up commits. Discussion: https://postgr.es/m/CAH2-WzkaBS8w-vCbG5M5Bx7XikC0WhNLJV_+Z_YAWW9Kef6OBQ@mail.gmail.com --- src/tools/pg_bsd_indent/indent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/pg_bsd_indent/indent.c') diff --git a/src/tools/pg_bsd_indent/indent.c b/src/tools/pg_bsd_indent/indent.c index 923fc34b858..2622cc6227a 100644 --- a/src/tools/pg_bsd_indent/indent.c +++ b/src/tools/pg_bsd_indent/indent.c @@ -54,7 +54,7 @@ static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93"; #include "indent.h" static void bakcopy(void); -static void indent_declaration(int, int); +static void indent_declaration(int cur_dec_ind, int tabs_to_var); const char *in_name = "Standard Input"; /* will always point to name of input * file */ -- cgit v1.2.3