Skip to content

Commit

Permalink
fix linter warning about white-space
Browse files Browse the repository at this point in the history
  • Loading branch information
diederich committed Jul 27, 2011
1 parent 0a1b498 commit 9765b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Three20Style/Sources/TTTextStyle.m
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ - (void)drawText:(NSString*)text context:(TTStyleContext*)context {
if ([osVersion versionStringCompare:@"3.2"] != NSOrderedAscending) {
shadowYOffset = _shadowOffset.height;
}

CGSize offset = CGSizeMake(_shadowOffset.width, shadowYOffset);
CGContextSetShadowWithColor(ctx, offset, 0, _shadowColor.CGColor);
}
Expand Down

0 comments on commit 9765b85

Please sign in to comment.