mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03: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