diff options
Diffstat (limited to 'src/tools/pg_bsd_indent/indent.c')
-rw-r--r-- | src/tools/pg_bsd_indent/indent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/pg_bsd_indent/indent.c b/src/tools/pg_bsd_indent/indent.c index 2fd87710834..923fc34b858 100644 --- a/src/tools/pg_bsd_indent/indent.c +++ b/src/tools/pg_bsd_indent/indent.c @@ -608,7 +608,7 @@ check_type: parse(hd_type); /* let parser worry about if, or whatever */ } - ps.search_brace = btype_2; /* this should insure that constructs + ps.search_brace = btype_2; /* this should ensure that constructs * such as main(){...} and int[]{...} * have their braces put in the right * place */ |