File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
CoreFoundation/Locale.subproj Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1524,7 +1524,7 @@ static UDate __CFDateFormatterCorrectTimeToARangeAroundCurrentDate(UCalendar *ca
15241524 }
15251525 } else {
15261526 if (period < INT_MAX && futureMax > period ) {
1527- futureRange .location = 1 ,
1527+ futureRange .location = 1 ;
15281528 futureRange .length = futureMax - period ;
15291529 }
15301530 if (pastMin <= 0 ) {
Original file line number Diff line number Diff line change @@ -1140,5 +1140,5 @@ extension NSData : _StructTypeBridgeable {
11401140}
11411141
11421142internal func _CFSwiftDataCreateCopy( _ data: AnyObject ) -> Unmanaged < AnyObject > {
1143- return Unmanaged< AnyObject> . passRetained( ( data as! NSDictionary ) . copy ( ) as! NSObject )
1143+ return Unmanaged< AnyObject> . passRetained( ( data as! NSData ) . copy ( ) as! NSObject )
11441144}
You can’t perform that action at this time.
0 commit comments