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:
@@ -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)
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user