Andres Freund wrote:
> On 2017-02-07 23:30:44 -0500, Tom Lane wrote:
> > Piotr Stefaniak writes:
> > > this is a patch that Andres asked me for. It makes pg_bsd_indent leave
> > > preprocessor space alone, as in this example:
> >
> > > #if 0
> > > # if 0
> > > # if 0
> > > # error
> > > # en
On 2017-02-07 23:30:44 -0500, Tom Lane wrote:
> Piotr Stefaniak writes:
> > this is a patch that Andres asked me for. It makes pg_bsd_indent leave
> > preprocessor space alone, as in this example:
>
> > #if 0
> > # if 0
> > # if 0
> > # error
> > # endif
> > # endif
> > #else
> > # lin
Piotr Stefaniak writes:
> this is a patch that Andres asked me for. It makes pg_bsd_indent leave
> preprocessor space alone, as in this example:
> #if 0
> # if 0
> # if 0
> # error
> # endif
> # endif
> #else
> # line 7
> #endif
Um ... but the point of pgindent is to standardize
Hello,
this is a patch that Andres asked me for. It makes pg_bsd_indent leave
preprocessor space alone, as in this example:
#if 0
# if 0
# if 0
# error
# endif
# endif
#else
# line 7
#endif
diff -ur pg_bsd_indent/args.c pg_bsd_indent_patched/args.c
--- pg_bsd_indent/args.c