reindentation

Monotone-Parent: 4520bccbe080f6685e84dc4ecd3ae2c5d9741940
Monotone-Revision: e7e44b2de3f556e55bfeb9b485ea6d66a7f93772

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-07-15T14:33:10
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-07-15 14:33:10 +00:00
parent 780be72bbf
commit 85b450a669
1 changed files with 1 additions and 3 deletions

View File

@ -739,9 +739,7 @@ static NSArray *childRecordFields = nil;
NSDictionary *record;
WORequest *request;
obj = [super lookupName: key
inContext: localContext
acquire: acquire];
obj = [super lookupName: key inContext: localContext acquire: acquire];
if (!obj)
{
record = [childRecords objectForKey: key];