Skip to content
Snippets Groups Projects
Commit 079022ca authored by Stephen R. van den Berg's avatar Stephen R. van den Berg
Browse files

Normalise indentation.

Rev: lib/modules/Sql.pmod/pgsql.pike:1.75
parent bac80cfd
No related branches found
No related tags found
No related merge requests found
......@@ -1718,8 +1718,8 @@ object big_query(string q,void|mapping(string|int:mixed) bindings,
tp=UNDEFINED;
connectionclosed=0;
for(;;)
{
.pgsql_util.pgsql_result(this,q,_fetchlimit,portalbuffersize,_alltyped,from);
{ .pgsql_util.pgsql_result(this,q,_fetchlimit,portalbuffersize,_alltyped,
from);
if(unnamedportalinuse)
portalname=PORTALPREFIX+(string)pportalcount++;
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment