mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-13 01:47:05 +08:00
pgindent run.
This commit is contained in:
@ -1966,9 +1966,9 @@ pgquery_dictresult(pgqueryobject * self, PyObject * args)
|
||||
* one */
|
||||
s++;
|
||||
|
||||
for (k = 0;
|
||||
*s && k < sizeof(cashbuf)/sizeof(cashbuf[0])-1;
|
||||
s++)
|
||||
for (k = 0;
|
||||
*s && k < sizeof(cashbuf) / sizeof(cashbuf[0]) - 1;
|
||||
s++)
|
||||
{
|
||||
if (*s != ',')
|
||||
cashbuf[k++] = *s;
|
||||
|
||||
Reference in New Issue
Block a user