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

@ -39,7 +39,7 @@
@try {
_connection = [connection retain];
_error = [[OFString alloc]
initWithCString: PQerrorMessage([_connection PG_connection])
initWithCString: PQerrorMessage([_connection pg_connection])
encoding: [OFLocale encoding]];
} @catch (id e) {
[self release];