diff options
Diffstat (limited to 'iPhone/CordovaLib/Classes/CDVUserAgentUtil.m')
-rwxr-xr-x | iPhone/CordovaLib/Classes/CDVUserAgentUtil.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iPhone/CordovaLib/Classes/CDVUserAgentUtil.m b/iPhone/CordovaLib/Classes/CDVUserAgentUtil.m index 5c43c51..9923d47 100755 --- a/iPhone/CordovaLib/Classes/CDVUserAgentUtil.m +++ b/iPhone/CordovaLib/Classes/CDVUserAgentUtil.m @@ -96,7 +96,7 @@ static NSMutableArray* gPendingSetUserAgentBlocks = nil; void (^block)() = [gPendingSetUserAgentBlocks objectAtIndex:0]; [gPendingSetUserAgentBlocks removeObjectAtIndex:0]; gCurrentLockToken = ++gNextLockToken; - NSLog (@"Gave lock %d", gCurrentLockToken); + NSLog(@"Gave lock %d", gCurrentLockToken); block(gCurrentLockToken); } else { gCurrentLockToken = 0; |