Modernize coding style

FossilOrigin-Name: 491b090606ca0dcbd65e6abcf2020f8af9342b8c6bd90dc1596bed3f72e6009d
This commit is contained in:
Jonathan Schleifer 2018-11-06 21:45:02 +00:00
parent dd11eb6c25
commit 6120fa8fea
10 changed files with 44 additions and 32 deletions

View file

@ -82,7 +82,7 @@ convertType(PGresult *res, int column, OFString *string)
self = [super init];
_result = [result retain];
_res = [result PG_result];
_res = [result pg_result];
_row = row;
return self;
@ -163,7 +163,7 @@ convertType(PGresult *res, int column, OFString *string)
state->state += count;
state->itemsPtr = objects;
state->mutationsPtr = (unsigned long*)self;
state->mutationsPtr = (unsigned long *)self;
return j;
}
@ -176,7 +176,7 @@ convertType(PGresult *res, int column, OFString *string)
self = [super init];
_result = [result retain];
_res = [result PG_result];
_res = [result pg_result];
_row = row;
_count = PQnfields(_res);