1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-21 02:52:47 +03:00

Standard pgindent run for 8.1.

This commit is contained in:
Bruce Momjian
2005-10-15 02:49:52 +00:00
parent 790c01d280
commit 1dc3498251
770 changed files with 34334 additions and 32507 deletions

View File

@@ -132,9 +132,9 @@ main(int argc, char **argv)
if (col_in_tab == tab_size)
{
/*
* Is the next character going to be a tab? Needed
* to do tab replacement in current spot if next
* char is going to be a tab, ignoring min_spaces
* Is the next character going to be a tab? Needed to
* do tab replacement in current spot if next char is
* going to be a tab, ignoring min_spaces
*/
nxt_spaces = 0;
while (1)

View File

@@ -19,10 +19,10 @@
/*VARARGS*/
void
halt(const char *format, ...)
halt(const char *format,...)
{
va_list arg_ptr;
const char *pstr;
const char *pstr;
void (*sig_func) ();
va_start(arg_ptr, format);